Skip to content

Commit e9a660e

Browse files
committed
remove whitespace
1 parent bf3c2a0 commit e9a660e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/fanshim/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ def set_fan(self, fan_state):
106106

107107
def set_light(self, r, g, b):
108108
"""Set LED.
109-
109+
110110
:param r: Red (0-255)
111111
:param g: Green (0-255)
112112
:param b: Blue (0-255)
113-
113+
114114
"""
115115
plasma.set_light(0, r, g, b)
116116
plasma.show()

0 commit comments

Comments
 (0)