Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Dec 11, 2023
1 parent 104cd0b commit 0b23633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Checker/Runtime_Environment_Setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function set_up() {
*/
add_action(
'populate_options',
static function() use( $permalink_structure ) {
static function () use( $permalink_structure ) {
add_option( 'permalink_structure', $permalink_structure );
}
);

Check warning on line 49 in includes/Checker/Runtime_Environment_Setup.php

View check run for this annotation

Codecov / codecov/patch

includes/Checker/Runtime_Environment_Setup.php#L44-L49

Added lines #L44 - L49 were not covered by tests
Expand Down

0 comments on commit 0b23633

Please sign in to comment.