Skip to content

Commit 073594f

Browse files
committed
formatting
1 parent 50fced9 commit 073594f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,8 +1280,6 @@ private async Task QueryResultsAsync(bool searchDelay, bool isReQuery = false, b
12801280
// Update the query's IsReQuery property to true if this is a re-query
12811281
query.IsReQuery = isReQuery;
12821282

1283-
1284-
12851283
ICollection<PluginPair> plugins = Array.Empty<PluginPair>();
12861284
if (currentIsHomeQuery)
12871285
{
@@ -1345,7 +1343,6 @@ private async Task QueryResultsAsync(bool searchDelay, bool isReQuery = false, b
13451343
Results.Clear();
13461344
App.API.LogDebug(ClassName, $"Existing results are cleared for non-query");
13471345
}
1348-
13491346

13501347
tasks = plugins.Select(plugin => plugin.Metadata.HomeDisabled switch
13511348
{

0 commit comments

Comments
 (0)