Skip to content

Commit

Permalink
🎇 Style: Enable using System.* first.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Mar 1, 2024
1 parent a08a0e7 commit 8650cbe
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions KitX Contracts/KitX.Contract.CSharp/IController.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using KitX.Shared.CSharp.WebCommand;
using System;
using KitX.Shared.CSharp.WebCommand;
using KitX.Shared.CSharp.WebCommand.Details;
using System;

namespace KitX.Contract.CSharp;

Expand Down
4 changes: 2 additions & 2 deletions KitX Contracts/KitX.Contract.CSharp/IIdentityInterface.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using KitX.Shared.CSharp.Plugin;
using System.ComponentModel.Composition;
using System.ComponentModel.Composition;
using KitX.Shared.CSharp.Plugin;

namespace KitX.Contract.CSharp;

Expand Down
4 changes: 2 additions & 2 deletions KitX Shared/KitX.Shared.CSharp/Loader/LoaderInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using KitX.Shared.CSharp.Device;
using System.Collections.Generic;
using System.Collections.Generic;
using KitX.Shared.CSharp.Device;

namespace KitX.Shared.CSharp.Loader;

Expand Down
4 changes: 2 additions & 2 deletions KitX Shared/KitX.Shared.CSharp/WebCommand/Command.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using KitX.Shared.CSharp.Plugin;
using System;
using System;
using System.Collections.Generic;
using KitX.Shared.CSharp.Plugin;

namespace KitX.Shared.CSharp.WebCommand;

Expand Down
4 changes: 2 additions & 2 deletions KitX Shared/KitX.Shared.CSharp/WebCommand/RequestBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using KitX.Shared.CSharp.WebCommand.Infos;
using System;
using System;
using KitX.Shared.CSharp.WebCommand.Infos;

namespace KitX.Shared.CSharp.WebCommand;

Expand Down

0 comments on commit 8650cbe

Please sign in to comment.