Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'applications/storage_move_to_sd/application.fam')
-rw-r--r--applications/storage_move_to_sd/application.fam3
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/storage_move_to_sd/application.fam b/applications/storage_move_to_sd/application.fam
index 60a6d987..de47de05 100644
--- a/applications/storage_move_to_sd/application.fam
+++ b/applications/storage_move_to_sd/application.fam
@@ -3,7 +3,7 @@ App(
name="StorageMoveToSd",
apptype=FlipperAppType.SYSTEM,
entry_point="storage_move_to_sd_app",
- requires=["gui","storage"],
+ requires=["gui", "storage"],
provides=["storage_move_to_sd_start"],
stack_size=2 * 1024,
order=30,
@@ -16,4 +16,3 @@ App(
requires=["storage"],
order=120,
)
-