Skip to content

Commit f9c1b6a

Browse files
committed
Adjust usings
1 parent a9dfd1b commit f9c1b6a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Flow.Launcher.Core/Plugin/PluginManager.cs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
using Flow.Launcher.Core.ExternalPlugins;
2-
using System;
1+
using System;
32
using System.Collections.Concurrent;
43
using System.Collections.Generic;
54
using System.IO;
65
using System.Linq;
6+
using System.Text.Json;
77
using System.Threading;
88
using System.Threading.Tasks;
9+
using CommunityToolkit.Mvvm.DependencyInjection;
10+
using Flow.Launcher.Core.ExternalPlugins;
911
using Flow.Launcher.Infrastructure;
1012
using Flow.Launcher.Infrastructure.Logger;
1113
using Flow.Launcher.Infrastructure.UserSettings;
1214
using Flow.Launcher.Plugin;
13-
using ISavable = Flow.Launcher.Plugin.ISavable;
1415
using Flow.Launcher.Plugin.SharedCommands;
15-
using System.Text.Json;
16-
using Flow.Launcher.Core.Resource;
17-
using CommunityToolkit.Mvvm.DependencyInjection;
16+
using ISavable = Flow.Launcher.Plugin.ISavable;
1817

1918
namespace Flow.Launcher.Core.Plugin
2019
{

0 commit comments

Comments
 (0)