Skip to content

Commit 9025506

Browse files
committed
black format
1 parent 3f2c419 commit 9025506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/progressbar_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
board.DISPLAY.show(splash)
99

1010
# set progress bar width and height relative to board's display
11-
width = board.DISPLAY.width-40
11+
width = board.DISPLAY.width - 40
1212
height = 30
1313

1414
x = board.DISPLAY.width // 2 - width // 2

0 commit comments

Comments
 (0)