Skip to content

Commit 01a7e20

Browse files
Stanislav Idolovmage2pratik
authored andcommitted
Fixed code style issue
1 parent 53ba0ac commit 01a7e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Review/Controller/Product/ListAjax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ListAjax extends ProductController
1818
*/
1919
public function execute()
2020
{
21-
if (!$this->initProduct()) {
21+
if (!$this->initProduct()) {
2222
/** @var \Magento\Framework\Controller\Result\Forward $resultForward */
2323
$resultForward = $this->resultFactory->create(ResultFactory::TYPE_FORWARD);
2424
return $resultForward->forward('noroute');

0 commit comments

Comments
 (0)