Coding Standards: Remove some extra whitespace in get_item_schema.

Introduced in [50527].

See .

git-svn-id: https://develop.svn.wordpress.org/trunk@50632 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
David Baumwald 2021-04-01 15:52:35 +00:00
parent 4cb15f9e78
commit 22e2fce903

@ -385,7 +385,7 @@ class WP_REST_Block_Types_Controller extends WP_REST_Controller {
),
);
$example_definition = array(
$example_definition = array(
'description' => __( 'Block example.' ),
'type' => array( 'object', 'null' ),
'default' => null,