From 9c1a760a78531988a95aefb35f2daa1b123ed59f Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sun, 27 Apr 2025 16:49:25 +0200 Subject: [PATCH] Testing linter --- lib/views/create_game_view.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/views/create_game_view.dart b/lib/views/create_game_view.dart index cf338d8..b750e09 100644 --- a/lib/views/create_game_view.dart +++ b/lib/views/create_game_view.dart @@ -131,8 +131,7 @@ class _CreateGameState extends State { showCupertinoDialog( context: context, builder: (context) => CupertinoAlertDialog( - title: - const Text('Maximale Spielerzahl erreicht'), + title: Text('Maximale Spielerzahl erreicht'), content: const Text( 'Es können maximal 5 Spieler hinzugefügt ' 'werden.'),