Skip to content

Commit 84cb555

Browse files
committed
Remove formatting
1 parent 89bceec commit 84cb555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Plugin/QueryBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static Query Build(string text, Dictionary<string, PluginPair> nonGlobalP
1616
return null;
1717
}
1818

19-
var rawQuery = string.Join(Query.TermSeparator, terms);
19+
var rawQuery = text;
2020
string actionKeyword, search;
2121
string possibleActionKeyword = terms[0];
2222
string[] searchTerms;

0 commit comments

Comments
 (0)