style: organise using directives

This commit is contained in:
Oliver Booth 2024-06-18 15:42:58 +01:00
parent fa1a71a504
commit 9b6890b46f
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
3 changed files with 1 additions and 4 deletions

View File

@ -1,11 +1,9 @@
using System.Globalization;
using System.Reflection;
using Microsoft.Extensions.DependencyInjection;
using VpSharp.ClientExtensions;
using VpSharp.Commands.Attributes;
using VpSharp.Commands.Attributes.ExecutionChecks;
using VpSharp.Entities;
using VpSharp.EventData;
using VpSharp.Internal;
namespace VpSharp.Commands;

View File

@ -1,6 +1,7 @@
using VpSharp;
using VpSharp.Commands;
using VpSharp.Entities;
using VpSharp.Extensions;
using VpSharp.IntegrationTests.CommandModules;
string? username = Environment.GetEnvironmentVariable("username");

View File

@ -1,7 +1,5 @@
using System.Globalization;
using System.Numerics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Text;
namespace VpSharp;