Skip to content

Commit 8f66fed

Browse files
committed
forgot local pre-commit :/
1 parent 8813308 commit 8f66fed

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
@@ -114,7 +114,7 @@ size_t common_hal_terminalio_terminal_write(terminalio_terminal_obj_t *self, con
114114
}
115115
} else if (c == 0x1b) {
116116
// Handle commands of the form [ESC].<digits><command-char> where . is not yet known.
117-
uint8_t vt_args[3] = {0,-1,-1};
117+
uint8_t vt_args[3] = {0, -1, -1};
118118
uint8_t n_args = 1;
119119
uint8_t j = 1;
120120
for (; j < 6; j++) {

0 commit comments

Comments
 (0)