Trim whitespace

This commit is contained in:
smoogipoo
2018-05-07 11:23:29 +09:00
parent 794418432f
commit e20323b5f6
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Catch.Beatmaps
: base(beatmap)
{
}
protected override IEnumerable<Type> ValidConversionTypes { get; } = new[] { typeof(IHasXPosition) };
protected override IEnumerable<CatchHitObject> ConvertHitObject(HitObject obj, IBeatmap beatmap)