Skip to content

Commit 40a0aac

Browse files
authored
Remove extra line break
1 parent 9711ee8 commit 40a0aac

File tree

1 file changed

+0
-1
lines changed
  • content/arduino-cloud/01.guides/04.micropython

1 file changed

+0
-1
lines changed

content/arduino-cloud/01.guides/04.micropython/content.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ def set_leds_from_rgb(rgb, common_cathode=True):
365365
set_led_brightness(led_green, rgb[1])
366366
set_led_brightness(led_blue, rgb[2])
367367

368-
369368
def on_colored_light_changed(client, light):
370369
# Do nothing if the hue, saturation or brightness is None.
371370
if light.hue is None or light.sat is None or light.bri is None:

0 commit comments

Comments
 (0)