mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-31 02:23:04 -07:00
Code cleanup
This commit is contained in:
@@ -79,7 +79,7 @@ void cli_command_help(Cli* cli, FuriString* args, void* context) {
|
||||
printf("%s", furi_string_get_cstr(*CliCommandTree_ref(it_right)->key_ptr));
|
||||
CliCommandTree_next(it_right);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
if(furi_string_size(args) > 0) {
|
||||
cli_nl();
|
||||
|
||||
Reference in New Issue
Block a user