소스 검색

chore: fmt

Struan Clark 2 년 전
부모
커밋
26552bdaac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      flipbip.c

+ 1 - 1
flipbip.c

@@ -193,7 +193,7 @@ int32_t flipbip_app(void* p) {
     view_dispatcher_attach_to_gui(app->view_dispatcher, app->gui, ViewDispatcherTypeFullscreen);
 
     scene_manager_next_scene(app->scene_manager, FlipBipSceneMenu); //Start with menu
-    
+
     furi_hal_power_suppress_charge_enter();
 
     view_dispatcher_run(app->view_dispatcher);