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

Trim whitespace

This commit is contained in:
miterosan 2018-04-08 22:18:29 +02:00
parent a48ccb5603
commit 4b7ffd09d9
3 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ namespace osu.Game.Online.Chat
private void currentChatChanged(ChatBase chatBase)
{
if (chatBase is ChannelChat channel && !JoinedChannels.Contains(channel))
if (chatBase is ChannelChat channel && !JoinedChannels.Contains(channel))
JoinedChannels.Add(channel);
}

View File

@ -29,7 +29,7 @@ namespace osu.Game.Overlays.Chat
private readonly Box backgroundBox;
private readonly OsuSpriteText username;
private readonly ChatTabItemCloseButton closeButton;
public UserChatTabItem(UserChat value)
: base(value)
{

View File

@ -220,7 +220,7 @@ namespace osu.Game.Overlays
{
chatManager.CurrentChat.Value = newChannel;
}
}
break;
case NotifyCollectionChangedAction.Remove: