1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 21:02:55 +08:00

Remove excess newline

This commit is contained in:
Dean Herbert 2020-06-02 17:22:59 +09:00
parent b58c22c36e
commit 665530f1c3

View File

@ -25,7 +25,6 @@ namespace osu.Game.Rulesets.Taiko.Edit.Blueprints
public TaikoSpanPlacementBlueprint(HitObject hitObject)
: base(hitObject)
{
spanPlacementObject = hitObject as IHasDuration;