mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-25 13:38:48 +00:00
style: organise using directives
This commit is contained in:
parent
fa1a71a504
commit
9b6890b46f
@ -1,11 +1,9 @@
|
|||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
|
||||||
using VpSharp.ClientExtensions;
|
using VpSharp.ClientExtensions;
|
||||||
using VpSharp.Commands.Attributes;
|
using VpSharp.Commands.Attributes;
|
||||||
using VpSharp.Commands.Attributes.ExecutionChecks;
|
using VpSharp.Commands.Attributes.ExecutionChecks;
|
||||||
using VpSharp.Entities;
|
using VpSharp.Entities;
|
||||||
using VpSharp.EventData;
|
|
||||||
using VpSharp.Internal;
|
using VpSharp.Internal;
|
||||||
|
|
||||||
namespace VpSharp.Commands;
|
namespace VpSharp.Commands;
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
using VpSharp;
|
using VpSharp;
|
||||||
using VpSharp.Commands;
|
using VpSharp.Commands;
|
||||||
using VpSharp.Entities;
|
using VpSharp.Entities;
|
||||||
|
using VpSharp.Extensions;
|
||||||
using VpSharp.IntegrationTests.CommandModules;
|
using VpSharp.IntegrationTests.CommandModules;
|
||||||
|
|
||||||
string? username = Environment.GetEnvironmentVariable("username");
|
string? username = Environment.GetEnvironmentVariable("username");
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
using System.Runtime.CompilerServices;
|
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace VpSharp;
|
namespace VpSharp;
|
||||||
|
Loading…
Reference in New Issue
Block a user