1
0
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:
Andrei Zavatski 2019-06-24 23:30:35 +03:00
parent 4a05c560cf
commit b7d15982d7

View File

@ -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