@@ -76,7 +76,7 @@ |
||
76 | 76 | public function __construct( |
77 | 77 | ProductUrlRewriteProcessorInterface $productUrlRewriteProcessor, |
78 | 78 | StateDetectorInterface $stateDetector = null |
79 | - ){ |
|
79 | + ) { |
|
80 | 80 | $this->productUrlRewriteProcessor = $productUrlRewriteProcessor; |
81 | 81 | parent::__construct($stateDetector); |
82 | 82 | } |