Skip to content

Commit a8d7dcd

Browse files
committed
remove extra space
1 parent 15d677f commit a8d7dcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ internal async ValueTask<List<Result>> RequestUpdate(string search, Cancellation
185185

186186
var uninstallSearch = search.Replace(Settings.HotkeyUpdate, string.Empty).TrimStart();
187187

188-
189188
var resultsForUpdate =
190189
from existingPlugin in Context.API.GetAllPlugins()
191190
join pluginFromManifest in pluginsManifest.UserPlugins

0 commit comments

Comments
 (0)