Skip to content

Commit a1a45a4

Browse files
committed
add eof
1 parent c94a2f4 commit a1a45a4

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

Flow.Launcher.Infrastructure/Http/Http.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ public static async Task<Stream> GetStreamAsync([NotNull] string url)
8787
return response.GetResponseStream().NonNull();
8888
}
8989
}
90-
}
90+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ public string GetTranslatedPluginDescription()
8989
return Context.API.GetTranslation("plugin_pluginsmanager_plugin_description");
9090
}
9191
}
92-
}
92+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ internal async Task DownloadManifest()
3333

3434
}
3535
}
36-
}
36+
}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ private void Uninstall(PluginMetadata plugin)
361361
using var _ = File.CreateText(Path.Combine(plugin.PluginDirectory, "NeedDelete.txt"));
362362
}
363363

364-
365364
private List<Result> AutoCompleteReturnAllResults(string search, string hotkey, string title, string subtitle)
366365
{
367366
if (!string.IsNullOrEmpty(search)
@@ -392,4 +391,4 @@ private List<Result> AutoCompleteReturnAllResults(string search, string hotkey,
392391
return new List<Result>();
393392
}
394393
}
395-
}
394+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ internal class Settings
1414
internal readonly string icoPath = "Images\\pluginsmanager.png";
1515

1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)