@@ -62,7 +62,7 @@ |
||
62 | 62 | */ |
63 | 63 | protected function getProductMetadata() |
64 | 64 | { |
65 | - if(is_null($this->productMetadata)) { |
|
65 | + if (is_null($this->productMetadata)) { |
|
66 | 66 | $objectManager = $this->getApplication()->getObjectManager(); |
67 | 67 | $this->productMetadata = $objectManager->get('\Magento\Framework\App\ProductMetadata'); |
68 | 68 | } |
@@ -62,7 +62,7 @@ |
||
62 | 62 | */ |
63 | 63 | protected function getProductMetadata() |
64 | 64 | { |
65 | - if(is_null($this->productMetadata)) { |
|
65 | + if (is_null($this->productMetadata)) { |
|
66 | 66 | $objectManager = $this->getApplication()->getObjectManager(); |
67 | 67 | $this->productMetadata = $objectManager->get('\Magento\Framework\App\ProductMetadata'); |
68 | 68 | } |