Trimmed trailing white space

This commit is contained in:
Henry Lin 2021-05-16 11:28:11 +08:00
parent 3519398a22
commit da13be6dd0

View File

@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
foreach (var obj in taikoBeatmap.HitObjects) foreach (var obj in taikoBeatmap.HitObjects)
{ {
if (obj is Hit hit) if (obj is Hit hit)
hit.Type = hit.Type == HitType.Centre ? HitType.Rim : HitType.Centre; hit.Type = hit.Type == HitType.Centre ? HitType.Rim : HitType.Centre;
} }
} }
} }