mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix formatting
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user