1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-21 15:47:19 +08:00

Remove unnecessary newline

This commit is contained in:
Dean Herbert 2017-12-23 16:23:33 +09:00
parent 46865bbacd
commit ff0927e71b

View File

@ -71,7 +71,6 @@ namespace osu.Game.Rulesets.Objects.Drawables
private readonly List<Judgement> judgements = new List<Judgement>();
public IReadOnlyList<Judgement> Judgements => judgements;
protected List<SampleChannel> Samples = new List<SampleChannel>();
public readonly Bindable<ArmedState> State = new Bindable<ArmedState>();