Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Aug 8, 2023
1 parent 589669c commit 4dc048d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compat/wordpress-6.4/site-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function gutenberg_site_editor_enqueue_code_mirror( $settings, $context ) {
return $settings;
}

wp_enqueue_code_editor(array( 'type' => 'text/css'));
wp_enqueue_code_editor( array( 'type' => 'text/css' ) );

return $settings;
}
Expand Down

0 comments on commit 4dc048d

Please sign in to comment.