1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-16 05:37:19 +08:00

Remove whitespace

This commit is contained in:
miterosan 2018-07-09 22:47:01 +02:00
parent ea597916ca
commit 8e93269885

View File

@ -61,7 +61,7 @@ namespace osu.Game.Online.Chat
Id = user.Id;
JoinedUsers.Add(user);
}
public void AddLocalEcho(LocalEchoMessage message)
{
pendingMessages.Add(message);