mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 21:30:59 +08:00
Fix code quality
This commit is contained in:
@@ -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, },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user