Skip to content

Commit 0de104c

Browse files
author
Dale Weber
committed
Fixed code formatting, try #3. Oh, my!
1 parent a5eb09d commit 0de104c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/detect.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +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?", detector.board.FTDI_FT232H |
28-
detector.board.MICROCHIP_MCP2221 |
29-
detector.board.BINHO_NOVA |
30-
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
3131
)
3232

3333
if detector.board.any_raspberry_pi:

0 commit comments

Comments
 (0)