mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 21:07:33 +08:00
Remove whitespace
This commit is contained in:
parent
26afe0f31e
commit
8239f21cad
@ -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();
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user