mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 01:42:59 +08:00
Remove useless parentheses
This commit is contained in:
parent
4a05c560cf
commit
b7d15982d7
@ -62,7 +62,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
});
|
||||
|
||||
Current.DisabledChanged += disabledChanged;
|
||||
Current.ValueChanged += (value) => activeMode.Invalidate();
|
||||
Current.ValueChanged += value => activeMode.Invalidate();
|
||||
}
|
||||
|
||||
protected override TabFillFlowContainer CreateTabFlow() => new TabFillFlowContainer
|
||||
|
Loading…
Reference in New Issue
Block a user