Skip to content

Commit 1c7513d

Browse files
committed
Align equals per standards
1 parent 78ed79c commit 1c7513d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/authentication/namespace.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function attempt_authentication( $user = null ) {
119119
$token = Tokens\get_by_id( $token_value );
120120
if ( empty( $token ) ) {
121121
$is_querying_token = false;
122-
$oauth2_error = create_invalid_token_error( $token_value );
122+
$oauth2_error = create_invalid_token_error( $token_value );
123123
return $user;
124124
}
125125

0 commit comments

Comments
 (0)