From 4963d4e8df38e00929748fc6925e9b795af09e61 Mon Sep 17 00:00:00 2001 From: Andrei Zavatski Date: Sat, 22 Jun 2019 03:08:18 +0300 Subject: [PATCH] CI fixes --- osu.Game/Overlays/Profile/ProfileSection.cs | 2 +- osu.Game/Overlays/UserProfileOverlay.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game/Overlays/Profile/ProfileSection.cs b/osu.Game/Overlays/Profile/ProfileSection.cs index bdfdd44ac4..84009f01ce 100644 --- a/osu.Game/Overlays/Profile/ProfileSection.cs +++ b/osu.Game/Overlays/Profile/ProfileSection.cs @@ -134,7 +134,7 @@ namespace osu.Game.Overlays.Profile { triangles.ColourLight = colours.GreySeafoamDark; triangles.ColourDark = colours.GreySeafoamDarker; - foreground.Colour = ColourInfo.GradientVertical(colours.GreySeafoamDarker, new Color4(0,0,0,0)); + foreground.Colour = ColourInfo.GradientVertical(colours.GreySeafoamDarker, new Color4(0, 0, 0, 0)); } } } diff --git a/osu.Game/Overlays/UserProfileOverlay.cs b/osu.Game/Overlays/UserProfileOverlay.cs index 3809a5af16..9a5ba9e3c5 100644 --- a/osu.Game/Overlays/UserProfileOverlay.cs +++ b/osu.Game/Overlays/UserProfileOverlay.cs @@ -189,7 +189,7 @@ namespace osu.Game.Overlays } protected override FlowContainer CreateScrollContentContainer() - => new FillFlowContainer + => new FillFlowContainer { Direction = FillDirection.Vertical, AutoSizeAxes = Axes.Y,