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) private void currentChatChanged(ChatBase chatBase)
{ {
if (chatBase is ChannelChat channel && !JoinedChannels.Contains(channel)) if (chatBase is ChannelChat channel && !JoinedChannels.Contains(channel))
JoinedChannels.Add(channel); JoinedChannels.Add(channel);
} }

View File

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

View File

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