Skip to content

Commit 88775e0

Browse files
committed
format
1 parent c543874 commit 88775e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/display_text_outlined_label_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
padding_bottom=2,
2323
scale=3,
2424
)
25-
text_area.anchor_point = (0,0)
25+
text_area.anchor_point = (0, 0)
2626
text_area.anchored_position = (10, 10)
2727
board.DISPLAY.root_group = text_area
2828
while True:

0 commit comments

Comments
 (0)