mirror of
https://github.com/ppy/osu
synced 2024-12-28 18:02:53 +00:00
Fix incorrect indent
This commit is contained in:
parent
432f698697
commit
e5d57a65c9
@ -166,10 +166,10 @@ namespace osu.Game.Rulesets.UI
|
||||
|
||||
keyCounter.SetReceptor(receptor);
|
||||
keyCounter.AddRange(KeyBindingContainer.DefaultKeyBindings
|
||||
.Select(b => b.GetAction<T>())
|
||||
.Distinct()
|
||||
.OrderBy(action => action)
|
||||
.Select(action => new KeyCounterActionTrigger<T>(action)));
|
||||
.Select(b => b.GetAction<T>())
|
||||
.Distinct()
|
||||
.OrderBy(action => action)
|
||||
.Select(action => new KeyCounterActionTrigger<T>(action)));
|
||||
}
|
||||
|
||||
private partial class ActionReceptor : KeyCounterDisplay.Receptor, IKeyBindingHandler<T>
|
||||
|
Loading…
Reference in New Issue
Block a user