Skip to content

Commit 3713485

Browse files
committed
Fix trailing whitespace
1 parent 26f6def commit 3713485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blinkpy/helpers/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44

55
MAJOR_VERSION = 0
6-
MINOR_VERSION = 8
6+
MINOR_VERSION = 8
77
PATCH_VERSION = 1
88

99
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)

0 commit comments

Comments
 (0)