From 7fa434782c04d8d03010436adf4fa31b2530f9da Mon Sep 17 00:00:00 2001 From: Mathis Kirchner Date: Sat, 3 Jan 2026 17:49:37 +0100 Subject: [PATCH] remove semicolon and empty line --- lib/presentation/widgets/tiles/match_tile.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/presentation/widgets/tiles/match_tile.dart b/lib/presentation/widgets/tiles/match_tile.dart index e89be2f..bfe1b9f 100644 --- a/lib/presentation/widgets/tiles/match_tile.dart +++ b/lib/presentation/widgets/tiles/match_tile.dart @@ -177,6 +177,5 @@ class _MatchTileState extends State { allPlayers.sort((a, b) => a.name.compareTo(b.name)); return allPlayers; - ; } }