From 1dc5286c6b4c21a7552a592a070413caa67d39bd Mon Sep 17 00:00:00 2001 From: Mathis Kirchner Date: Wed, 7 Jan 2026 12:08:21 +0100 Subject: [PATCH] change double to single quotes --- lib/presentation/widgets/tiles/match_tile.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/presentation/widgets/tiles/match_tile.dart b/lib/presentation/widgets/tiles/match_tile.dart index b037af2..c455949 100644 --- a/lib/presentation/widgets/tiles/match_tile.dart +++ b/lib/presentation/widgets/tiles/match_tile.dart @@ -99,7 +99,7 @@ class _MatchTileState extends State { const SizedBox(width: 8), Expanded( child: Text( - "${loc.winner}: ${winner.name}", + '${loc.winner}: ${winner.name}', style: const TextStyle( fontSize: 14, fontWeight: FontWeight.w600,