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
1 changed files with 0 additions and 3 deletions

View File

@ -95,14 +95,11 @@ private Color4 judgementColour(HitResult judgement)
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;
}