From 4972aaa1a9dc88102bf7b8e2debc2c74aaf4b42f Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Thu, 24 Jul 2025 22:28:22 +0200 Subject: [PATCH] Updated white space --- lib/presentation/views/round_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/presentation/views/round_view.dart b/lib/presentation/views/round_view.dart index 62319e9..0c4d454 100644 --- a/lib/presentation/views/round_view.dart +++ b/lib/presentation/views/round_view.dart @@ -301,7 +301,7 @@ class _RoundViewState extends State { } final List scores = widget.gameSession.roundList[widget.roundNumber - 2].scoreUpdates; - final int winnerIndex = scores.indexOf(0); + final int winnerIndex = scores.indexOf(0); // Fallback if no player has 0 points, which should not happen in a valid game. if (winnerIndex == -1) {