Skip to content

Commit cfa4f61

Browse files
authored
remove trailing whitespace
1 parent 2f401b7 commit cfa4f61

File tree

1 file changed

+1
-1
lines changed
  • CircuitPython_Essentials/Pin_Map_Script

1 file changed

+1
-1
lines changed

CircuitPython_Essentials/Pin_Map_Script/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
board_pins = []
1414
for pin in dir(microcontroller.pin):
15-
if (isinstance(getattr(microcontroller.pin, pin), microcontroller.Pin) or
15+
if (isinstance(getattr(microcontroller.pin, pin), microcontroller.Pin) or
1616
(cyw43 and isinstance(getattr(microcontroller.pin, pin), cyw43.CywPin))):
1717
pins = []
1818
# uncomment to show microcontroller pins

0 commit comments

Comments
 (0)