Skip to content

Commit b05c2af

Browse files
committed
Add braces for else block
1 parent 1678f7a commit b05c2af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

osu.Game/Screens/Ranking/Statistics/StatisticsPanel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ protected virtual IEnumerable<StatisticItem> CreateStatisticItems(ScoreInfo newS
254254
if (localUserScores.Length == 0)
255255
preventTaggingReason = "Play the beatmap to contribute to beatmap tags!";
256256
else
257+
{
257258
foreach (ScoreInfo score in localUserScores)
258259
{
259260
// We may want to iterate on the following conditions further in the future
@@ -269,6 +270,7 @@ protected virtual IEnumerable<StatisticItem> CreateStatisticItems(ScoreInfo newS
269270
break;
270271
}
271272
}
273+
}
272274

273275
if (preventTaggingReason == null)
274276
{

0 commit comments

Comments
 (0)