From 13d38b55a8f7e898ad817aa66137d2095d6e60f2 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 21 Mar 2022 15:59:26 +0100 Subject: [PATCH] Update lib/leaderboard/bloc/leaderboard_state.dart Co-authored-by: Alejandro Santiago --- lib/leaderboard/bloc/leaderboard_state.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.