Skip to content

Commit d0d36d1

Browse files
committed
Fixed code formatting
1 parent 710f368 commit d0d36d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/detect.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
print("Is this a generic Linux PC?", detector.board.GENERIC_LINUX_PC)
2626
print("Is this a UDOO Bolt?", detector.board.UDOO_BOLT)
2727
print("Is this an OS environment variable special case?",
28-
detector.board.FTDI_FT232H | detector.board.MICROCHIP_MCP2221 |
29-
detector.board.BINHO_NOVA | detector.board.GREATFET_ONE
28+
detector.board.FTDI_FT232H | detector.board.MICROCHIP_MCP2221 |
29+
detector.board.BINHO_NOVA | detector.board.GREATFET_ONE
3030
)
3131

3232
if detector.board.any_raspberry_pi:

0 commit comments

Comments
 (0)