Skip to content

Commit e804e29

Browse files
committed
remove some trailing space
1 parent 64a134b commit e804e29

File tree

1 file changed

+1
-1
lines changed
  • CircuitPython_Zorque_Text_Game_openai

1 file changed

+1
-1
lines changed

CircuitPython_Zorque_Text_Game_openai/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def get_touchscreen_choice():
220220
if wrapped_text_display.max_offset() > 0 and ticks_less(deadline, ticks_ms()):
221221
wrapped_text_display.scroll_next_line()
222222
wrapped_text_display.refresh()
223-
deadline = ticks_add(deadline,
223+
deadline = ticks_add(deadline,
224224
5000 if wrapped_text_display.on_last_line() else 1000)
225225

226226
# Depending on the quadrant of the screen, make a choice

0 commit comments

Comments
 (0)