Trim whitespaces

This commit is contained in:
miterosan
2018-04-11 20:53:35 +02:00
parent 499ecd3843
commit a5e0311253
2 changed files with 3 additions and 4 deletions

View File

@ -20,7 +20,7 @@ namespace osu.Game.Online.Chat
/// <summary>
/// Manages everything channel related
/// </summary>
public class ChannelManager : Component, IOnlineComponent,
public class ChannelManager : Component, IOnlineComponent
{
/// <summary>
/// The channels the player joins on startup
@ -284,7 +284,6 @@ namespace osu.Game.Online.Chat
fetchChannelMsgReq?.Cancel();
fetchChannelMsgReq = null;
fetchMessagesScheduleder?.Cancel();
break;
}
}