Skip to content

Commit c52ad59

Browse files
authored
1 parent 2bbf5e0 commit c52ad59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product/ImageTypeProcessor.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ class ImageTypeProcessor
1919
*/
2020
public function __construct(
2121
\Magento\CatalogImportExport\Model\Import\Proxy\Product\ResourceModelFactory $resourceFactory
22-
)
23-
{
22+
) {
2423
$this->resourceFactory = $resourceFactory;
2524
}
2625

0 commit comments

Comments
 (0)