mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-12 22:15:41 +00:00
style: organise using directives
This commit is contained in:
parent
fa1a71a504
commit
9b6890b46f
@ -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;
|
||||
|
@ -1,6 +1,7 @@
|
||||
using VpSharp;
|
||||
using VpSharp.Commands;
|
||||
using VpSharp.Entities;
|
||||
using VpSharp.Extensions;
|
||||
using VpSharp.IntegrationTests.CommandModules;
|
||||
|
||||
string? username = Environment.GetEnvironmentVariable("username");
|
||||
|
@ -1,7 +1,5 @@
|
||||
using System.Globalization;
|
||||
using System.Numerics;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
|
||||
namespace VpSharp;
|
||||
|
Loading…
Reference in New Issue
Block a user