1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +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();
lastSection = null;
sections = !user.IsBot ?
new ProfileSection[]
sections = !user.IsBot
? new ProfileSection[]
{
//new AboutSection(),
new RecentSection(),
@ -54,8 +54,8 @@ namespace osu.Game.Overlays
new HistoricalSection(),
new BeatmapsSection(),
new KudosuSection()
} :
new ProfileSection[]
}
: new ProfileSection[]
{
//new AboutSection(),
};