Skip to content

Commit 267b79a

Browse files
taoocerosjjw24
andauthored
Update Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
Co-authored-by: Jeremy Wu <[email protected]>
1 parent 77f3788 commit 267b79a

File tree

1 file changed

+2
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.WebSearch

1 file changed

+2
-1
lines changed

Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ public async Task<List<Result>> QueryAsync(Query query, CancellationToken token)
8585

8686
ResultsUpdated?.Invoke(this, new ResultUpdatedEventArgs
8787
{
88-
Results = results, Query = query
88+
Results = results,
89+
Query = query
8990
});
9091

9192
await UpdateResultsFromSuggestionAsync(results, keyword, subtitle, searchSource, query, token).ConfigureAwait(false);

0 commit comments

Comments
 (0)