mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 06:23:47 +08:00
CI fixes
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user