Improve code quality

This commit is contained in:
Jack251970 2026-02-21 21:05:59 +08:00
parent 20dc1ff59e
commit 5b413926c2
2 changed files with 0 additions and 2 deletions

View file

@ -239,7 +239,6 @@ namespace Flow.Launcher.Plugin.Explorer.Search
path[(recursiveIndicatorIndex + 1)..],
true,
token);
}
else
{

View file

@ -77,7 +77,6 @@ namespace Flow.Launcher.Plugin.Explorer.Search.WindowsIndex
{
try
{
return _reservedPatternMatcher.IsMatch(search)
? AsyncEnumerable.Empty<SearchResult>()
: ExecuteWindowsIndexSearchAsync(search, connectionString, token);