1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

Fix braces style

This commit is contained in:
Dean Herbert 2020-09-24 12:39:08 +09:00
parent f4d2c2684d
commit fda6e88dd3

View File

@ -75,6 +75,7 @@ namespace osu.Game.Screens.Ranking.Statistics
return; return;
if (newScore.HitEvents == null || newScore.HitEvents.Count == 0) if (newScore.HitEvents == null || newScore.HitEvents.Count == 0)
{
content.Add(new FillFlowContainer content.Add(new FillFlowContainer
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
@ -90,6 +91,7 @@ namespace osu.Game.Screens.Ranking.Statistics
}, },
} }
}); });
}
else else
{ {
spinner.Show(); spinner.Show();