1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 08:50:00 +08:00

Fix code quality

This commit is contained in:
Bartłomiej Dach
2025-02-04 12:30:36 +01:00
Unverified
parent 4077b41837
commit d28ea7bfbf
@@ -12,7 +12,6 @@ namespace osu.Game.Tests.Visual.Editing
public partial class TestSceneBeatmapSubmissionOverlay : OsuTestScene
{
private ScreenFooter footer = null!;
private BeatmapSubmissionOverlay overlay = null!;
[SetUpSteps]
public void SetUpSteps()
@@ -29,7 +28,7 @@ namespace osu.Game.Tests.Visual.Editing
Children = new Drawable[]
{
receptor,
overlay = new BeatmapSubmissionOverlay()
new BeatmapSubmissionOverlay
{
State = { Value = Visibility.Visible, },
},