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 DifficultyReductionSection : ModSection
{
protected override Key[] ToggleKeys => new Key[] { Key.Q, Key.W, Key.E, Key.R, Key.T, Key.Y, Key.U, Key.I, Key.O, Key.P };
protected override Key[] ToggleKeys => new[] { Key.Q, Key.W, Key.E, Key.R, Key.T, Key.Y, Key.U, Key.I, Key.O, Key.P };
public override ModType ModType => ModType.DifficultyReduction;
[BackgroundDependencyLoader]