Skip to content

Commit bc27dd4

Browse files
Indrani SonawaneIndrani Sonawane
authored andcommitted
Fixed static test failure
1 parent 696c0da commit bc27dd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ class ListAjax extends ProductController implements HttpGetActionInterface
2222
*/
2323
public function execute()
2424
{
25-
if (
26-
!$this->getRequest()->isAjax() ||
25+
if (!$this->getRequest()->isAjax() ||
2726
!$this->initProduct()
2827
) {
2928
/** @var \Magento\Framework\Controller\Result\Forward $resultForward */

0 commit comments

Comments
 (0)