CI fixes.

Update SpeedAdjustmentCollection.cs
This commit is contained in:
Dan Balasescu
2017-06-16 10:56:33 +09:00
committed by smoogipooo
parent 41c6140435
commit 6bfb716cc6
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,6 @@
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
@ -98,4 +101,4 @@ namespace osu.Game.Rulesets.UI
/// </summary>
protected abstract void ApplySpeedAdjustments();
}
}
}