Skip to content

Commit 9f4b8b5

Browse files
committed
Trailing space fix
1 parent 3f18217 commit 9f4b8b5

File tree

1 file changed

+1
-1
lines changed
  • Metro/Metro_RP2350_Memory/memory_game

1 file changed

+1
-1
lines changed

Metro/Metro_RP2350_Memory/memory_game/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def atexit_callback():
317317
for intf in range(mouse_ptr.interface+1):
318318
if not mouse_ptr.device.is_kernel_driver_active(intf):
319319
mouse_ptr.device.attach_kernel_driver(intf)
320-
320+
321321
# The keyboard buffer seems to have data left over from when it was detached
322322
# This clears it before the next process starts
323323
while supervisor.runtime.serial_bytes_available:

0 commit comments

Comments
 (0)