Follow appveyor's code style check.

This commit is contained in:
Huo Yaoyuan
2017-03-09 16:44:45 +08:00
parent 115ebd4773
commit 9007409072
5 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@ namespace osu.Game.Overlays.Mods
{
public class DifficultyIncreaseSection : ModSection
{
protected override Key[] ToggleKeys => new Key[] { Key.A, Key.S, Key.D, Key.F, Key.G, Key.H, Key.J, Key.K, Key.L };
protected override Key[] ToggleKeys => new[] { Key.A, Key.S, Key.D, Key.F, Key.G, Key.H, Key.J, Key.K, Key.L };
public override ModType ModType => ModType.DifficultyIncrease;
[BackgroundDependencyLoader]