Skip to content

Commit a5eb09d

Browse files
author
Dale Weber
committed
Fixed code formatting, try #2
1 parent d0d36d1 commit a5eb09d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bin/detect.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
print("Is this an embedded Linux system?", detector.board.any_embedded_linux)
2525
print("Is this a generic Linux PC?", detector.board.GENERIC_LINUX_PC)
2626
print("Is this a UDOO Bolt?", detector.board.UDOO_BOLT)
27-
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
27+
print("Is this an OS environment variable special case?", detector.board.FTDI_FT232H |
28+
detector.board.MICROCHIP_MCP2221 |
29+
detector.board.BINHO_NOVA |
30+
detector.board.GREATFET_ONE
3031
)
3132

3233
if detector.board.any_raspberry_pi:

0 commit comments

Comments
 (0)