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;
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();