Fix trailing whitespace

This commit is contained in:
Kevin Fronczak
2018-10-16 16:26:47 -04:00
parent 7ce924f52e
commit 6fa0eacff3
+1 -1
View File
@@ -8,7 +8,7 @@ PATCH_VERSION = 0
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
REQUIRED_PYTHON_VER = (3, 5, 3)
REQUIRED_PYTHON_VER = (3, 5, 3)
PROJECT_NAME = 'blinkpy'
PROJECT_PACKAGE_NAME = 'blinkpy'