Skip to content

Commit 75deab2

Browse files
likemusicmzeis
authored andcommitted
add blank row before return statement
1 parent 163c9da commit 75deab2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper/AttributeFilter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function prepareProductAttributes(Product $product, array $productData, a
3232
unset($productData[$attribute]);
3333
}
3434
}
35+
3536
return $productData;
3637
}
3738

0 commit comments

Comments
 (0)