mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Fix braces style
This commit is contained in:
parent
f4d2c2684d
commit
fda6e88dd3
@ -75,6 +75,7 @@ namespace osu.Game.Screens.Ranking.Statistics
|
||||
return;
|
||||
|
||||
if (newScore.HitEvents == null || newScore.HitEvents.Count == 0)
|
||||
{
|
||||
content.Add(new FillFlowContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
@ -90,6 +91,7 @@ namespace osu.Game.Screens.Ranking.Statistics
|
||||
},
|
||||
}
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
spinner.Show();
|
||||
|
Loading…
Reference in New Issue
Block a user