Add missing line breaks

This commit is contained in:
Andrei Zavatski
2019-09-27 09:32:46 +03:00
parent 94eacbca5d
commit 475455d7cd

View File

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