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

Fix line breaks

This commit is contained in:
Andrei Zavatski 2019-09-27 09:46:11 +03:00
parent 475455d7cd
commit 4908cb826b

View File

@ -44,8 +44,8 @@ namespace osu.Game.Overlays
Clear(); Clear();
lastSection = null; lastSection = null;
sections = !user.IsBot ? sections = !user.IsBot
new ProfileSection[] ? new ProfileSection[]
{ {
//new AboutSection(), //new AboutSection(),
new RecentSection(), new RecentSection(),
@ -54,8 +54,8 @@ namespace osu.Game.Overlays
new HistoricalSection(), new HistoricalSection(),
new BeatmapsSection(), new BeatmapsSection(),
new KudosuSection() new KudosuSection()
} : }
new ProfileSection[] : new ProfileSection[]
{ {
//new AboutSection(), //new AboutSection(),
}; };