Some formatting to match upstream

This commit is contained in:
Willy-JL
2024-05-18 08:28:45 +01:00
parent c4709a5b6b
commit 23ca7e7b48
13 changed files with 60 additions and 64 deletions

View File

@@ -3,7 +3,6 @@
void hid_scene_main_on_enter(void* context) {
Hid* app = context;
view_dispatcher_switch_to_view(
app->view_dispatcher, scene_manager_get_scene_state(app->scene_manager, HidSceneMain));
}