mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Trim more whitespace
This commit is contained in:
@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user