mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:52:54 +08:00
Remove Indent
This commit is contained in:
parent
492be0e016
commit
8f9e090f4c
@ -51,9 +51,6 @@ namespace osu.Game.Skinning
|
|||||||
|
|
||||||
public readonly SortedDictionary<string, string> ConfigDictionary = new SortedDictionary<string, string>();
|
public readonly SortedDictionary<string, string> ConfigDictionary = new SortedDictionary<string, string>();
|
||||||
|
|
||||||
public bool Equals(SkinConfiguration other) => other != null
|
public bool Equals(SkinConfiguration other) => other != null && ConfigDictionary.SequenceEqual(other.ConfigDictionary) && ComboColours.SequenceEqual(other.ComboColours) && CustomColours?.SequenceEqual(other.CustomColours) == true;
|
||||||
&& ConfigDictionary.SequenceEqual(other.ConfigDictionary)
|
|
||||||
&& ComboColours.SequenceEqual(other.ComboColours)
|
|
||||||
&& CustomColours?.SequenceEqual(other.CustomColours) == true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user