mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code quality
This commit is contained in:
parent
20dc1ff59e
commit
5b413926c2
2 changed files with 0 additions and 2 deletions
|
|
@ -239,7 +239,6 @@ namespace Flow.Launcher.Plugin.Explorer.Search
|
|||
path[(recursiveIndicatorIndex + 1)..],
|
||||
true,
|
||||
token);
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
|
|
@ -77,7 +77,6 @@ namespace Flow.Launcher.Plugin.Explorer.Search.WindowsIndex
|
|||
{
|
||||
try
|
||||
{
|
||||
|
||||
return _reservedPatternMatcher.IsMatch(search)
|
||||
? AsyncEnumerable.Empty<SearchResult>()
|
||||
: ExecuteWindowsIndexSearchAsync(search, connectionString, token);
|
||||
|
|
|
|||
Loading…
Reference in a new issue