Change to until step + fix CI error

This commit is contained in:
smoogipoo
2020-01-30 15:00:39 +09:00
parent ce36e5458f
commit 2fb640f57f
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ namespace osu.Game.Overlays.Chat.Selection
public ChannelListItem(Channel channel)
{
this.Channel = channel;
Channel = channel;
RelativeSizeAxes = Axes.X;
AutoSizeAxes = Axes.Y;