From 51917809b3fcf9bc805b3507a68fdd3e8c3eba7d Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sun, 6 Jul 2025 20:50:52 +0800 Subject: [PATCH] Fix blank line change --- Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs index a1d990aa0..1827354d0 100644 --- a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs +++ b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs @@ -226,11 +226,8 @@ namespace Flow.Launcher.Plugin /// Query string /// The string that will be compared against the query /// Match results - MatchResult FuzzySearch(string query, string stringToCompare); - - /// /// Http download the spefic url and return as string ///