remove colon behind players
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m16s
Pull Request Pipeline / lint (pull_request) Successful in 2m22s

This commit is contained in:
gelbeinhalb
2025-11-28 12:14:22 +01:00
parent 9ee9da2ac8
commit 516c2afd1e

View File

@@ -122,7 +122,7 @@ class _GameHistoryTileState extends State<GameHistoryTile> {
if (allPlayers.isNotEmpty) ...[ if (allPlayers.isNotEmpty) ...[
const Text( const Text(
'Players:', 'Players',
style: TextStyle( style: TextStyle(
fontSize: 13, fontSize: 13,
color: Colors.grey, color: Colors.grey,