Skip to content

Commit

Permalink
Fix spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig authored Feb 10, 2022
1 parent 6a8bc03 commit ea9ea39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spies/GlobalSpies.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public static function call_original_global_function( $function_name, $args ) {
}

// skip if the function did not exist before (i.e. had no "original" function)
if ( isset( self::$generated_functions[ $function_name ] )) {
if ( isset( self::$generated_functions[ $function_name ] ) ) {
return;
}

Expand Down

0 comments on commit ea9ea39

Please sign in to comment.