Skip to content

Commit 1d60cb7

Browse files
Jack251970Copilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent dcf4b46 commit 1d60cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ when activeActionKeyword.Equals(ActionKeyword.FileContentSearchActionKeyword):
9292
engineName = Enum.GetName(Settings.ContentSearchEngine);
9393
break;
9494

95-
case false
95+
case false
9696
when activeActionKeyword.Equals(ActionKeyword.QuickAccessActionKeyword):
9797
return QuickAccess.AccessLinkListMatched(query, Settings.QuickAccessLinks);
9898

0 commit comments

Comments
 (0)