Actions: Auto-formatting [skip ci]

This commit is contained in:
GitHub Actions
2025-04-27 14:24:32 +00:00
parent 7ec63074c9
commit 8598326de1
5 changed files with 21 additions and 15 deletions

View File

@@ -104,7 +104,8 @@ class _MainMenuViewState extends State<MainMenuView> {
children: [
Text('${session.round}'),
const SizedBox(width: 3),
const Icon(CupertinoIcons.arrow_2_circlepath_circle_fill),
const Icon(
CupertinoIcons.arrow_2_circlepath_circle_fill),
const SizedBox(width: 15),
Text('${session.players.length}'),
const SizedBox(width: 3),