Skip to content

Commit 0002f6d

Browse files
committed
Issue 8392 - formatting wanking
1 parent acfce4e commit 0002f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ProductLink/CollectionProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function getCollection(\Magento\Catalog\Model\Product $product, $type)
5656
$itemPosition = $item["position"];
5757
if (!isset($realoutput[$itemPosition])) {
5858
$realoutput[$itemPosition] = $item;
59-
}
59+
}
6060
else {
6161
$newPosition = $itemPosition+1;
6262
$realoutput[$newPosition] = $item;

0 commit comments

Comments
 (0)