Skip to content

Commit a20befd

Browse files
committed
Remove blank lines
1 parent cd49464 commit a20befd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,14 +1503,14 @@ await PluginManager.QueryHomeForPluginAsync(plugin, query, token) :
15031503
}
15041504

15051505
if (token.IsCancellationRequested) return;
1506-
1506+
15071507
App.API.LogDebug(ClassName, $"Update results for plugin <{plugin.Metadata.Name}>");
15081508

15091509
// Indicate if to clear existing results so to show only ones from plugins with action keywords
15101510
var shouldClearExistingResults = ShouldClearExistingResults(query, currentIsHomeQuery);
15111511
_lastQuery = query;
15121512
_previousIsHomeQuery = currentIsHomeQuery;
1513-
1513+
15141514
if (!_resultsUpdateChannelWriter.TryWrite(new ResultsForUpdate(resultsCopy, plugin.Metadata, query,
15151515
token, reSelect, shouldClearExistingResults)))
15161516
{

0 commit comments

Comments
 (0)