From 2ea0fac1857f27fdbcff236ce375c82038e381b7 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Thu, 7 Dec 2023 08:21:12 +0300 Subject: [PATCH] format --- scenes/subrem_scene_open_sub_file.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scenes/subrem_scene_open_sub_file.c b/scenes/subrem_scene_open_sub_file.c index 5431a61dcda..d34f01b99c5 100644 --- a/scenes/subrem_scene_open_sub_file.c +++ b/scenes/subrem_scene_open_sub_file.c @@ -23,7 +23,8 @@ SubRemLoadSubState subrem_scene_open_sub_file_dialog(SubGhzRemoteApp* app) { DialogsFileBrowserOptions browser_options; - dialog_file_browser_set_basic_options(&browser_options, SUBGHZ_APP_FILENAME_EXTENSION, &I_sub1_10px); + dialog_file_browser_set_basic_options( + &browser_options, SUBGHZ_APP_FILENAME_EXTENSION, &I_sub1_10px); browser_options.base_path = SUBGHZ_RAW_FOLDER; // Input events and views are managed by file_select