1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 20:20:23 +08:00

Trim whitespace

This commit is contained in:
miterosan
2018-04-08 22:18:29 +02:00
Unverified
parent a48ccb5603
commit 4b7ffd09d9
3 changed files with 3 additions and 3 deletions
+1 -1
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);
}
+1 -1
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)
{
+1 -1
View File
@@ -220,7 +220,7 @@ namespace osu.Game.Overlays
{
chatManager.CurrentChat.Value = newChannel;
}
}
break;
case NotifyCollectionChangedAction.Remove: