1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 08:32:54 +08:00

Fix code quality

This commit is contained in:
minisbett 2024-11-18 21:27:23 +01:00
parent 5a989ecdd8
commit 26e9c21d9a
No known key found for this signature in database
GPG Key ID: 2DB6D529C95A0403
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,7 @@
using System.IO;
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.IO;
using BenchmarkDotNet.Attributes;
using osu.Framework.IO.Stores;
using osu.Game.Beatmaps;

View File

@ -1,7 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Difficulty;