Strip whitespaces

This commit is contained in:
smoogipoo
2018-05-14 11:52:22 +09:00
parent ce6b4cc2d3
commit a81921118d
2 changed files with 7 additions and 7 deletions

View File

@ -31,7 +31,7 @@ namespace osu.Game.Rulesets.Scoring
ApplyMods(score.Mods);
}
protected virtual void ApplyMods(Mod[] mods)
{
var clock = new StopwatchClock();