Skip to content

Commit 838a067

Browse files
committed
Reformatted new example file
1 parent f55bb16 commit 838a067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/displayio_cartesion_fillarea.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
height=105, # display height
4444
xrange=(X_LOWER_BOUND, X_UPPER_BOUND), # x range
4545
yrange=(0, y_upper_bound), # y range
46-
fill_area=True
46+
fill_area=True,
4747
)
4848

4949
my_group = displayio.Group()

0 commit comments

Comments
 (0)