1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 07:47:25 +08:00

Fix formatting

This commit is contained in:
Ivan Pavluk 2018-12-12 07:57:37 +00:00 committed by GitHub
parent e49e2fda9e
commit 77e0d7ed8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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