Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jun 25, 2019
1 parent bf3c2a0 commit e9a660e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/fanshim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ def set_fan(self, fan_state):

def set_light(self, r, g, b):
"""Set LED.
:param r: Red (0-255)
:param g: Green (0-255)
:param b: Blue (0-255)
"""
plasma.set_light(0, r, g, b)
plasma.show()
Expand Down

0 comments on commit e9a660e

Please sign in to comment.