Skip to content

Commit 6ea1369

Browse files
committed
run codeformat
1 parent cabe96e commit 6ea1369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm/common-hal/canio/Listener.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ mp_obj_t common_hal_canio_listener_receive(canio_listener_obj_t *self) {
276276
}
277277
RUN_BACKGROUND_TASKS;
278278
// Allow user to break out of a timeout with a KeyboardInterrupt.
279-
if ( mp_hal_is_interrupted() ) {
279+
if (mp_hal_is_interrupted()) {
280280
return NULL;
281281
}
282282
} while (!common_hal_canio_listener_in_waiting(self));

0 commit comments

Comments
 (0)