Skip to content

Commit

Permalink
remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLucian committed Jan 16, 2019
1 parent 58ed957 commit 72a126a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lightcolor.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,9 @@ def translate_to_hsv(in_color):
h = 2.0 + (b - r) / delta
else:
h = 4 + (r - g ) / delta

h = h * 60
if h < 0:
h = h + 360

else:
s = 0
h = 0
Expand Down

0 comments on commit 72a126a

Please sign in to comment.