Actions: Auto-formatting [skip ci]

This commit is contained in:
GitHub Actions
2025-04-27 14:19:45 +00:00
parent 1b79aac202
commit abb3db5f05
8 changed files with 76 additions and 76 deletions

View File

@@ -22,7 +22,7 @@ class App extends StatelessWidget {
),
debugShowCheckedModeBanner: false,
title: 'CABO-Counter',
home: MainMenuView(),
home: const MainMenuView(),
);
}
}