Trim more whitespace

This commit is contained in:
miterosan
2018-04-08 22:28:50 +02:00
parent 0a207e00d5
commit 2a314f052a
2 changed files with 3 additions and 3 deletions

View File

@ -222,7 +222,7 @@ namespace osu.Game.Online.Chat
var req = new ListChannelsRequest();
req.Success += channels =>
{
{
channels.Where(channel => AvailableChannels.All(c => c.ChatID != channel.ChatID))
.ForEach(channel => AvailableChannels.Add(channel));