diff --git a/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributeSets.php b/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributeSets.php index 201edf9800e80ac1cc32ebdc5b037549021a2093..9b1a8c28bb17d6b57edd5c04b9923f1a9d28fb44 100644 --- a/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributeSets.php +++ b/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributeSets.php @@ -54,4 +54,3 @@ class SuggestAttributeSets extends \Magento\Backend\App\Action return $resultJson; } } - diff --git a/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributes.php b/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributes.php index a1fddfa65321b8a1cd17c199017783e115a428a6..7047334f046e08bb7a6f4de737e8be40df76924a 100644 --- a/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributes.php +++ b/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributes.php @@ -56,4 +56,3 @@ class SuggestAttributes extends \Magento\Backend\App\Action return $resultJson; } } -