Fix blank line change

This commit is contained in:
Jack251970 2025-07-06 20:50:52 +08:00
parent f52ef92d45
commit 51917809b3

View file

@ -226,11 +226,8 @@ namespace Flow.Launcher.Plugin
/// <param name="query">Query string</param>
/// <param name="stringToCompare">The string that will be compared against the query</param>
/// <returns>Match results</returns>
MatchResult FuzzySearch(string query, string stringToCompare);
/// <summary>
/// Http download the spefic url and return as string
/// </summary>