Remove extra newline at end of file

This commit is contained in:
Scott Shawcroft 2022-08-09 10:44:57 -07:00 committed by GitHub
parent 15ad24ba62
commit 556d01a685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,4 +77,3 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
};
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);