Skip to content

Commit 468a641

Browse files
Fix formatting and unused using directives
Fixed missing blank line in `TestSceneMultiplayerMatchSubScreen.cs` and removed unused `using System;` in `BackgroundDataStoreProcessorTests.cs` to resolve code quality check failures. Verified with `dotnet build -warnaserror`. Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
1 parent d5fa5db commit 468a641

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

osu.Game.Tests/Database/BackgroundDataStoreProcessorTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
22
// See the LICENCE file in the repository root for full licence text.
33

4-
#pragma warning disable IDE0005
5-
using System;
64
using System.Linq;
75
using NUnit.Framework;
86
using osu.Framework.Allocation;

osu.Game.Tests/Visual/Multiplayer/TestSceneMultiplayerMatchSubScreen.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ private void load(GameHost host, AudioManager audio)
6969
});
7070
}
7171

72+
7273
public override void SetUpSteps()
7374
{
7475
base.SetUpSteps();

0 commit comments

Comments
 (0)