1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 02:57:25 +08:00

Add newline for base class call

This commit is contained in:
Jai Sharma 2022-04-15 22:22:20 +01:00
parent a0a2f8118e
commit b6631fb9f9

View File

@ -156,7 +156,8 @@ namespace osu.Game.Overlays.Chat.ChannelList
private const float bar_size = 4;
private const float bar_margin = 7;
public ChannelListScrollBar(Direction scrollDir) : base(scrollDir)
public ChannelListScrollBar(Direction scrollDir)
: base(scrollDir)
{
Size = new Vector2(bar_size);
Margin = new MarginPadding { Left = bar_margin };