change double to single quotes
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m2s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s

This commit is contained in:
2026-01-07 12:08:21 +01:00
parent a487e4071f
commit 1dc5286c6b

View File

@@ -99,7 +99,7 @@ class _MatchTileState extends State<MatchTile> {
const SizedBox(width: 8),
Expanded(
child: Text(
"${loc.winner}: ${winner.name}",
'${loc.winner}: ${winner.name}',
style: const TextStyle(
fontSize: 14,
fontWeight: FontWeight.w600,