Coding Standards: Remove extra space in REST API plugins controller test class.

This fixes a WPCS error:

* `Tabs must be used to indent lines; spaces are not allowed`

Follow-up to [54301].

See #56629.
Built from https://develop.svn.wordpress.org/trunk@54302


git-svn-id: http://core.svn.wordpress.org/trunk@53861 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-09-25 02:53:10 +00:00
parent b23baf4ce7
commit 9fc5df7da5

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-beta1-54301';
$wp_version = '6.1-beta1-54302';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.