Skip to content

Commit 7093cc8

Browse files
committed
- composer fix-cs
1 parent da96afe commit 7093cc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Admin/Settings/Settings.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ public function initialize_settings_page() {
273273
*/
274274
public function initialize_settings_page_scripts( ?string $hook_suffix ): void {
275275

276-
if ( ! $hook_suffix ) {
277-
return;
278-
}
276+
if ( ! $hook_suffix ) {
277+
return;
278+
}
279279

280280
$this->settings_api->admin_enqueue_scripts( $hook_suffix );
281281
}

0 commit comments

Comments
 (0)