1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +08:00

Fix formatting

This commit is contained in:
Ivan Pavluk 2018-12-10 05:05:03 +00:00 committed by GitHub
parent 98e166a679
commit a2d1c2c096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ namespace osu.Game.Rulesets.Taiko.Judgements
protected override double HealthIncreaseFor(HitResult result)
{
switch(result)
switch (result)
{
case HitResult.Miss:
return -0.65;