mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Remove useless parentheses
This commit is contained in:
@ -62,7 +62,7 @@ namespace osu.Game.Overlays.Toolbar
|
|||||||
});
|
});
|
||||||
|
|
||||||
Current.DisabledChanged += disabledChanged;
|
Current.DisabledChanged += disabledChanged;
|
||||||
Current.ValueChanged += (value) => activeMode.Invalidate();
|
Current.ValueChanged += value => activeMode.Invalidate();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override TabFillFlowContainer CreateTabFlow() => new TabFillFlowContainer
|
protected override TabFillFlowContainer CreateTabFlow() => new TabFillFlowContainer
|
||||||
|
Reference in New Issue
Block a user