1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 04:13:11 +08:00

Fixed formatting

This commit is contained in:
Swords 2021-05-15 01:04:15 +10:00
parent 0725088fde
commit 753bdf2083
3 changed files with 0 additions and 3 deletions

View File

@ -85,7 +85,6 @@ namespace osu.Game.Overlays.KeyBinding
[BackgroundDependencyLoader] [BackgroundDependencyLoader]
private void load(OsuColour colours) private void load(OsuColour colours)
{ {
isKeysDefaultValue.Value = bindings.Select(b => b.KeyCombination).SequenceEqual(Defaults); isKeysDefaultValue.Value = bindings.Select(b => b.KeyCombination).SequenceEqual(Defaults);
isKeysDefaultValue.BindValueChanged(resetButtons => isKeysDefaultValue.BindValueChanged(resetButtons =>
{ {

View File

@ -45,7 +45,6 @@ namespace osu.Game.Overlays.KeyBinding
Defaults = defaultGroup.Select(d => d.KeyCombination) Defaults = defaultGroup.Select(d => d.KeyCombination)
}; };
RestoreDefaultValueButton<bool> restoreDefaultButton; RestoreDefaultValueButton<bool> restoreDefaultButton;
RelativeSizeAxes = Axes.X; RelativeSizeAxes = Axes.X;

View File

@ -108,7 +108,6 @@ namespace osu.Game.Overlays.Settings
protected SettingsItem() protected SettingsItem()
{ {
RestoreDefaultValueButton<T> restoreDefaultButton; RestoreDefaultValueButton<T> restoreDefaultButton;
RelativeSizeAxes = Axes.X; RelativeSizeAxes = Axes.X;