1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 21:07:33 +08:00

Remove whitespace

This commit is contained in:
Andrei Zavatski 2020-02-10 15:52:12 +03:00
parent 26afe0f31e
commit 8239f21cad

View File

@ -288,7 +288,7 @@ namespace osu.Game.Overlays.Comments
var newReplies = replies.Select(reply => reply.Comment);
LoadedReplies.AddRange(newReplies);
deletedCommentsCounter.Count.Value += newReplies.Count(reply => reply.IsDeleted);
childCommentsContainer.Add(page);
childCommentsContainer.Add(page);
updateButtonsState();
});
}