fix formatting

This commit is contained in:
Dylan Nantz 2022-12-19 19:24:38 -05:00
parent c200e77994
commit 42dbb0bfd0

View File

@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Mania.Mods
/// </summary>
protected abstract CoverExpandDirection ExpandDirection { get; }
public virtual float Coverage {get => 0.5f;}
public virtual float Coverage { get => 0.5f; }
public virtual void ApplyToDrawableRuleset(DrawableRuleset<ManiaHitObject> drawableRuleset)
{