Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit d804bab

Browse files
committed
GraphQL - Removed unnecessary empty lines.
1 parent 9035d29 commit d804bab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Products.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ public function resolve(
118118
);
119119
}
120120

121-
122121
$data = [
123122
'total_count' => $searchResult->getTotalCount(),
124123
'items' => $searchResult->getProductsSearchResult(),
@@ -128,7 +127,6 @@ public function resolve(
128127
'sort_fields' => [],
129128
],
130129
'filters' => $this->filtersDataProvider->getData($layerType),
131-
132130
];
133131

134132
$result = function () use ($data) {

0 commit comments

Comments
 (0)