Skip to content

Commit 1c643bd

Browse files
committed
local pre-commit run....
1 parent 2259731 commit 1c643bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-module/terminalio/Terminal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ size_t common_hal_terminalio_terminal_write(terminalio_terminal_obj_t *self, con
292292
self->cursor_x = 0;
293293
}
294294
start_y = self->cursor_y;
295-
*/
295+
*/
296296
self->cursor_y++;
297297
i++;
298298
#endif

0 commit comments

Comments
 (0)