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:
parent
f4d2c2684d
commit
fda6e88dd3
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user