mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +00:00
CI fixes
This commit is contained in:
parent
5354bf1fa5
commit
a94546f905
@ -17,7 +17,6 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
|
||||
protected ChartProfileSubsection(Bindable<User> user, string headerText)
|
||||
: base(user, headerText)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
protected override Drawable CreateContent() => new Container
|
||||
|
@ -92,7 +92,7 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
|
||||
}
|
||||
}
|
||||
},
|
||||
new Drawable[]
|
||||
new[]
|
||||
{
|
||||
Empty(),
|
||||
columnTicksContainer = new Container<TickText>
|
||||
|
@ -42,7 +42,7 @@ namespace osu.Game.Overlays.Profile.Sections
|
||||
AutoSizeAxes = Axes.Y;
|
||||
Direction = FillDirection.Vertical;
|
||||
|
||||
Children = new Drawable[]
|
||||
Children = new[]
|
||||
{
|
||||
header = new ProfileSubsectionHeader(headerText, counterVisibilityState)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user