Skip to content

Commit 8fa8eaa

Browse files
php-cs-fixer issue fix
1 parent 43855aa commit 8fa8eaa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Model/Observer.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@ public function execute(\Magento\Framework\Event\Observer $observer)
4040
if ($actionName === 'swagger_index_index') {
4141
return $this;
4242
}
43-
4443
if ($this->config->isEnabledFrontEnd()) {
4544
if ($this->config->getApplicationID() && $this->config->getAPIKey()) {
4645
if ($this->config->isAutoCompleteEnabled() || $this->config->isInstantEnabled()) {
4746
/** @var Layout $layout */
4847
$layout = $observer->getData('layout');
49-
5048
$layout->getUpdate()->addHandle('algolia_search_handle');
5149

5250
if ($this->config->isDefaultSelector()) {
@@ -86,4 +84,4 @@ private function loadPreventBackendRenderingHandle(Layout $layout)
8684

8785
$layout->getUpdate()->addHandle('algolia_search_handle_prevent_backend_rendering');
8886
}
89-
}
87+
}

0 commit comments

Comments
 (0)