HTML API: Adjust coding style to pass Gutenberg linter.

This patch adjusts some minor neutral whitespace that the Gutenberg linting rejects.
There are no code changes otherwise.

Props dmsnell.
Fixes #58250.
Built from https://develop.svn.wordpress.org/trunk@55721


git-svn-id: http://core.svn.wordpress.org/trunk@55233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Bernhard Reiter 2023-05-04 08:42:22 +00:00
parent 7e9421e4d0
commit f2d315036b
2 changed files with 4 additions and 4 deletions

View File

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