Skip to content

Commit 89bceec

Browse files
committed
Remove whitespace trim
1 parent d1c69d6 commit 89bceec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ private async void QueryResults()
569569
if (currentCancellationToken.IsCancellationRequested)
570570
return;
571571

572-
var query = QueryBuilder.Build(QueryText.Trim(), PluginManager.NonGlobalPlugins);
572+
var query = QueryBuilder.Build(QueryText, PluginManager.NonGlobalPlugins);
573573

574574
// handle the exclusiveness of plugin using action keyword
575575
RemoveOldQueryResults(query);

0 commit comments

Comments
 (0)