mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Remove useless parentheses
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user