code style fix

This commit is contained in:
cdwcgt 2023-03-23 01:11:44 +09:00
parent 85a924f078
commit 26f2d9047d
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ using osu.Game.Overlays.Chat.ChannelList;
using osuTK;
using osuTK.Input;
using osu.Game.Graphics.UserInterfaceV2;
using osu.Game.Overlays.Comments;
namespace osu.Game.Tests.Visual.Online
{

View File

@ -3,7 +3,6 @@
using System.Net.Http;
using osu.Framework.IO.Network;
using osu.Game.Online.Chat;
using osu.Game.Overlays.Chat;
namespace osu.Game.Online.API.Requests;