1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 15:22:55 +08:00

Conform to code style & remove unused imports

This commit is contained in:
smallketchup82 2024-01-18 11:16:03 -05:00
parent 5c70c786b4
commit 87369f8a80

View File

@ -4,11 +4,7 @@
#nullable disable
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Platform;
using osu.Game.Beatmaps.Drawables;
using osu.Game.Rulesets;
using osu.Game.Rulesets.Osu;
using osu.Game.Tests.Beatmaps;
@ -17,7 +13,7 @@ namespace osu.Game.Tests.Visual.Beatmaps
public partial class TestSceneDifficultyIcon : OsuTestScene
{
[Test]
public void createDifficultyIcon()
public void CreateDifficultyIcon()
{
DifficultyIcon difficultyIcon = null;