Skip to content

Commit 1891d05

Browse files
authored
Remove trailing whitespace.
1 parent 4984361 commit 1891d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NeoPixel_Badge_Lanyard/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ def set_palette(palette):
111111
elif packet.button == ButtonPacket.DOWN:
112112
offset_increment -= 1
113113

114-
if cycling:
114+
if cycling:
115115
offset = (offset + offset_increment) % OFFSET_MAX
116116
set_palette(palette_choice)

0 commit comments

Comments
 (0)