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 5088d13 commit 287dd53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions KitX.Loader.CSharp/PluginManager.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using KitX.Contract.CSharp;
using System.ComponentModel.Composition.Hosting;
using System.Reflection;
using System.Text;
using System.Text.Json;
using KitX.Contract.CSharp;
using KitX.Shared.CSharp.Plugin;
using KitX.Shared.CSharp.WebCommand;
using KitX.Shared.CSharp.WebCommand.Details;
using KitX.Shared.CSharp.WebCommand.Infos;
using System.ComponentModel.Composition.Hosting;
using System.Reflection;
using System.Text;
using System.Text.Json;

namespace KitX.Loader.CSharp;

Expand Down
4 changes: 2 additions & 2 deletions KitX.Loader.WPF.Core/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using KitX.Loader.CSharp;
using System;
using System;
using System.Windows;
using KitX.Loader.CSharp;

namespace KitX.Loader.WPF.Core;

Expand Down

0 comments on commit 287dd53

Please sign in to comment.