Skip to content

Commit e41349b

Browse files
committed
fix doubled indent
1 parent 4af8b37 commit e41349b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-hcard-user.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public static function rest_fields() {
203203
'me',
204204
array(
205205
'get_callback' => function( $user, $attr, $request, $object_type ) {
206-
return array_values( self::get_rel_me( $user['id'] ) );
206+
return array_values( self::get_rel_me( $user['id'] ) );
207207
},
208208
)
209209
);

0 commit comments

Comments
 (0)