remove unnecessary empty lines

codefactor.io \(o.o)/
also one unnecessary semicolon
This commit is contained in:
Aergwyn
2018-01-12 19:30:34 +01:00
parent b9f4dee801
commit ae1adfd2f2
23 changed files with 1 additions and 26 deletions

View File

@ -23,7 +23,6 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
}
}
public abstract class DrawableCatchHitObject<TObject> : DrawableCatchHitObject
where TObject : CatchHitObject
{