Skip to content

Commit e962d7c

Browse files
committed
Fixed coding standards issues
1 parent 8974e16 commit e962d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Model/Product/LinksList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function getItems(\Magento\Catalog\Api\Data\ProductInterface $product, $o
5151
/** @var \Magento\Catalog\Model\Product $selection */
5252
foreach ($selectionCollection as $selection) {
5353
$bundledProductPrice = $selection->getSelectionPriceValue();
54-
if ($bundledProductPrice <= 0){
54+
if ($bundledProductPrice <= 0) {
5555
$bundledProductPrice = $selection->getPrice();
5656
}
5757
$selectionPriceType = $product->getPriceType() ? $selection->getSelectionPriceType() : null;

0 commit comments

Comments
 (0)