1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +08:00

Fix CodeFactor issues

This commit is contained in:
Andrei Zavatski 2020-11-14 20:31:03 +03:00
parent a94546f905
commit fe9d17fc56
2 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
using osu.Game.Overlays.Profile.Sections.Historical;
using osu.Framework.Graphics;
using static osu.Game.Users.User;
using System;
using osu.Game.Overlays;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Containers;
using static osu.Game.Users.User;
namespace osu.Game.Tests.Visual.Online
{

View File

@ -4,7 +4,6 @@
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics;
using JetBrains.Annotations;
using static osu.Game.Users.User;
using System;
using System.Linq;
using osu.Game.Graphics.Sprites;
@ -12,6 +11,7 @@ using osu.Framework.Utils;
using osu.Framework.Allocation;
using osu.Game.Graphics;
using osu.Framework.Graphics.Shapes;
using static osu.Game.Users.User;
namespace osu.Game.Overlays.Profile.Sections.Historical
{