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

Remove whitespace

This commit is contained in:
Dan Balasescu 2022-10-11 13:53:18 +09:00
parent cc54fc5c1b
commit ed2b39a220

View File

@ -79,6 +79,6 @@ namespace osu.Game.Rulesets.Mania.Difficulty
return 0;
return (countPerfect * 320 + countGreat * 300 + countGood * 200 + countOk * 100 + countMeh * 50) / (totalHits * 320);
}
}
}
}