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

Add missing whitespace

This commit is contained in:
Andrei Zavatski 2020-11-22 02:17:54 +03:00
parent 9d7ddf8343
commit d4b56aac84

View File

@ -28,6 +28,7 @@ namespace osu.Game.Overlays.Profile.Sections
protected int VisiblePages;
protected int ItemsPerPage;
protected FillFlowContainer ItemsContainer { get; private set; }
private APIRequest<List<TModel>> retrievalRequest;