Actions: Auto-formatting [skip ci]

This commit is contained in:
GitHub Actions
2025-04-28 13:46:05 +00:00
parent 283c405a77
commit a07bd9445c

View File

@@ -131,7 +131,7 @@ class _CreateGameState extends State<CreateGame> {
showCupertinoDialog( showCupertinoDialog(
context: context, context: context,
builder: (context) => CupertinoAlertDialog( builder: (context) => CupertinoAlertDialog(
title: Text('Maximale Spielerzahl erreicht'), title: const Text('Maximale Spielerzahl erreicht'),
content: const Text( content: const Text(
'Es können maximal 5 Spieler hinzugefügt ' 'Es können maximal 5 Spieler hinzugefügt '
'werden.'), 'werden.'),