mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Remove whitespace
This commit is contained in:
@ -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();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user