mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 00:23:01 +08:00
Remove extra whitespace
In general we don't really do this elsewhere in the codebase.
This commit is contained in:
parent
b5d7a5df00
commit
9df525a38d
@ -95,14 +95,11 @@ namespace osu.Game.Rulesets.Judgements
|
||||
case HitResult.Perfect:
|
||||
case HitResult.Great:
|
||||
return colours.Blue;
|
||||
|
||||
case HitResult.Ok:
|
||||
case HitResult.Good:
|
||||
return colours.Green;
|
||||
|
||||
case HitResult.Meh:
|
||||
return colours.Yellow;
|
||||
|
||||
case HitResult.Miss:
|
||||
return colours.Red;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user