Skip to content

Commit 9f68e99

Browse files
committed
Fix spacing
1 parent b7ea5a0 commit 9f68e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wp-includes/rest-api/auth/class-wp-rest-token.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ public function get_item_schema() {
131131
'title' => __( 'JSON Web Token', 'jwt-auth' ),
132132
'type' => 'object',
133133
'properties' => array(
134-
'access_token' => array(
134+
'access_token' => array(
135135
'description' => esc_html__( 'JSON Web Token.', 'jwt-auth' ),
136136
'type' => 'string',
137137
'readonly' => true,
138138
),
139-
'data' => array(
139+
'data' => array(
140140
'description' => esc_html__( 'JSON Web Token private claim data.', 'jwt-auth' ),
141141
'type' => 'object',
142142
'readonly' => true,

0 commit comments

Comments
 (0)