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

@@ -76,8 +76,10 @@ class _ActiveGameViewState extends State<ActiveGameView> {
),
trailing: index + 1 != widget.gameSession.round ||
widget.gameSession.finished == true
? (const Text('\u{2705}', style: TextStyle(fontSize: 22)))
: const Text('\u{23F3}', style: TextStyle(fontSize: 22)),
? (const Text('\u{2705}',
style: TextStyle(fontSize: 22)))
: const Text('\u{23F3}',
style: TextStyle(fontSize: 22)),
onTap: () async {
// ignore: unused_local_variable
final val = await Navigator.push(