Skip to content

Commit 5ff6b67

Browse files
fix indentation
1 parent 58b9536 commit 5ff6b67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/CatalogUrlRewrite/Plugin/Eav/Model/AttributeSetRepository.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ public function aroundDelete(
4747
callable $proceed,
4848
AttributeSetInterface $attributeSet
4949
) {
50-
if (!isset($subject) || !$attributeSet->getAttributeSetId())
51-
{
52-
return false;
53-
}
50+
if (!isset($subject) || !$attributeSet->getAttributeSetId())
51+
{
52+
return false;
53+
}
5454

5555
// Get the product ids
5656
$ids = $this->productCollection->addFieldToFilter('attribute_set_id', $attributeSet->getAttributeSetId())

0 commit comments

Comments
 (0)