1
0
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:
Dan Balasescu 2018-04-04 15:11:16 +09:00 committed by GitHub
parent b5d7a5df00
commit 9df525a38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}