Skip to content

Commit

Permalink
- composer fix-cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Feb 22, 2024
1 parent da96afe commit 7093cc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Admin/Settings/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ public function initialize_settings_page() {
*/
public function initialize_settings_page_scripts( ?string $hook_suffix ): void {

if ( ! $hook_suffix ) {
return;
}
if ( ! $hook_suffix ) {
return;
}

$this->settings_api->admin_enqueue_scripts( $hook_suffix );
}
Expand Down

0 comments on commit 7093cc8

Please sign in to comment.