Skip to content

Commit 52328c8

Browse files
committed
remove space
1 parent 74cc55b commit 52328c8

File tree

1 file changed

+1
-1
lines changed
  • ports/nrf/common-hal/busio

1 file changed

+1
-1
lines changed

ports/nrf/common-hal/busio/UART.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
do {\
4646
uint32_t _err = (_exp);\
4747
if (NRFX_SUCCESS != _err ) {\
48-
mp_raise_msg_varg(&mp_type_RuntimeError, translate("error = 0x%08lX "), _err);\
48+
mp_raise_msg_varg(&mp_type_RuntimeError, translate("error = 0x%08lX"), _err);\
4949
}\
5050
}while(0)
5151

0 commit comments

Comments
 (0)