Skip to content

Commit 25fda80

Browse files
committed
Revert "IONOS: chore: lint fix"
This reverts commit cab07a7.
1 parent cab07a7 commit 25fda80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Listener/LoadViewerScript.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ public function handle(Event $event): void {
5959
}
6060

6161
$alwaysShowViewer = $this->appConfig->getAppValue('always_show_viewer', 'no') === 'yes';
62-
62+
6363
Util::addStyle(Application::APP_ID, 'viewer-init');
6464
Util::addStyle(Application::APP_ID, 'viewer-main');
6565
Util::addInitScript(Application::APP_ID, 'viewer-init');
6666
Util::addScript(Application::APP_ID, 'viewer-main', 'files');
6767
$this->initialStateService->provideInitialState('enabled_preview_providers', array_keys($this->previewManager->getProviders()));
68-
$this->initialStateService->provideInitialState('always_show_viewer', $alwaysShowViewer);
68+
$this->initialStateService->provideInitialState("always_show_viewer", $alwaysShowViewer);
6969
}
7070
}

0 commit comments

Comments
 (0)