A bit more formatting

This commit is contained in:
Chinmay Patil
2021-11-04 09:52:16 -06:00
parent c568888500
commit a76878e053
2 changed files with 0 additions and 6 deletions

View File

@ -76,7 +76,6 @@ namespace osu.Game.Screens.Play.HUD
private void onJudgementChanged(JudgementResult judgement)
{
if (gameplayState == null)
{
isValid = false;
@ -98,7 +97,6 @@ namespace osu.Game.Screens.Play.HUD
return count.ToLocalisableString("0.00 UR");
}
protected override OsuSpriteText CreateSpriteText()
=> base.CreateSpriteText().With(s =>
{
@ -115,7 +113,5 @@ namespace osu.Game.Screens.Play.HUD
loadCancellationSource?.Cancel();
}
}
}