Skip to content

Commit 214fc33

Browse files
author
larsroettig
committed
Fix codesytle for my change in Magento\Indexer\Model\Indexer
1 parent fb2ec44 commit 214fc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Indexer/Model/Indexer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ public function reindexAll()
418418
$state->save();
419419
$this->getView()->resume();
420420
throw $exception;
421-
}catch (\Error $error) {
421+
} catch (\Error $error) {
422422
$state->setStatus(StateInterface::STATUS_INVALID);
423423
$state->save();
424424
$this->getView()->resume();

0 commit comments

Comments
 (0)