Coding Standards: Remove extra space in a comment in `WP_REST_Blocks_Controller`.

This fixes a WPCS error: `Whitespace found at end of line`.

Follow-up to [57032].

Props hellofromTonya.
See #59388.
Built from https://develop.svn.wordpress.org/trunk@57033


git-svn-id: http://core.svn.wordpress.org/trunk@56544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-10-31 14:23:21 +00:00
parent ac2b1a56d2
commit 0abdf83aaf
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.5-alpha-57032';
$wp_version = '6.5-alpha-57033';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.