Skip to content

Commit

Permalink
Format 2: Ran dart format on game_player.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
cioccarellia committed Jan 28, 2025
1 parent 9b6cbd6 commit 5383a0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/view/game/game_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ class GamePlayer extends StatelessWidget {
children: [
if (player.ratingDiff != null)
TextSpan(
text:
' ${player.ratingDiff! > 0 ? '+' : ''}${player.ratingDiff}',
text: ' ${player.ratingDiff! > 0 ? '+' : ''}${player.ratingDiff}',
style: TextStyle(
color: player.ratingDiff! > 0
? context.lichessColors.good
Expand Down

0 comments on commit 5383a0d

Please sign in to comment.