mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
CI: add astyle pre-commit hook
This commit is contained in:
@@ -72,7 +72,7 @@ esp_err_t diagnostics_register_commands()
|
||||
.handler = up_time_console_handler,
|
||||
},
|
||||
};
|
||||
diagnostics_console.register_commands(diagnostics_commands, sizeof(diagnostics_commands)/sizeof(command_t));
|
||||
diagnostics_console.register_commands(diagnostics_commands, sizeof(diagnostics_commands) / sizeof(command_t));
|
||||
|
||||
return add_commands(&command, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user