mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Follow appveyor's code style check.
This commit is contained in:
@ -52,7 +52,7 @@ namespace osu.Game.Overlays.Mods
|
||||
{
|
||||
button.ButtonColour = ButtonColour;
|
||||
button.SelectedColour = selectedColour;
|
||||
button.Action = this.Action;
|
||||
button.Action = Action;
|
||||
}
|
||||
|
||||
ButtonsContainer.Children = value;
|
||||
@ -114,7 +114,7 @@ namespace osu.Game.Overlays.Mods
|
||||
}
|
||||
}
|
||||
|
||||
public ModSection()
|
||||
protected ModSection()
|
||||
{
|
||||
AutoSizeAxes = Axes.Y;
|
||||
|
||||
|
Reference in New Issue
Block a user