diff --git a/lib/leaderboard/bloc/leaderboard_state.dart b/lib/leaderboard/bloc/leaderboard_state.dart index b28d65d1..8bfec83c 100644 --- a/lib/leaderboard/bloc/leaderboard_state.dart +++ b/lib/leaderboard/bloc/leaderboard_state.dart @@ -28,7 +28,7 @@ class LeaderboardState extends Equatable { this.leaderboard = const [], }); - /// The current [LeaderboardStatus] of the state + /// The current [LeaderboardStatus] of the state. final LeaderboardStatus status; /// Rank of the current player.