Skip to content

Commit f1c2fab

Browse files
committed
trailing white space
1 parent aefb639 commit f1c2fab

File tree

2 files changed

+2
-2
lines changed
  • Bare_eInk_Guide
    • 212x104_flexible_monochrome_python
    • 250x122_monochrome_python

2 files changed

+2
-2
lines changed

Bare_eInk_Guide/212x104_flexible_monochrome_python/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# Draw some shapes.
6666
# First define some constants to allow easy resizing of shapes.
6767
padding = 5
68-
shape_width = 30
68+
shape_width = 30
6969
top = padding
7070
bottom = height - padding
7171
# Move left to right keeping track of the current x position for drawing shapes.

Bare_eInk_Guide/250x122_monochrome_python/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# Draw some shapes.
6666
# First define some constants to allow easy resizing of shapes.
6767
padding = 5
68-
shape_width = 30
68+
shape_width = 30
6969
top = padding
7070
bottom = height - padding
7171
# Move left to right keeping track of the current x position for drawing shapes.

0 commit comments

Comments
 (0)