Browse Source

chore: format

Struan Clark 2 years ago
parent
commit
cad175004b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application.fam

+ 1 - 1
application.fam

@@ -3,7 +3,7 @@ App(
     name="Chess",
     apptype=FlipperAppType.EXTERNAL,
     entry_point="flipchess_app",
-        requires=[
+    requires=[
         "gui",
     ],
     stack_size=4 * 1024,