SVN: Trim trailing whitespace to match `ignore` entry exactly.

When the entry for `wp-cli.local.yml` was added in r30057, it included a trailing whitespace. Presumably, that doesn't cause any problems with some combinations of OS/SVN client/EOL markers/etc, but in some cases it will prevent the entry from being ignored. After removing the whitespace, the file is ignored as expected.

See #30134.

Built from https://develop.svn.wordpress.org/trunk@44362


git-svn-id: http://core.svn.wordpress.org/trunk@44192 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iandunn 2018-12-25 19:27:51 +00:00
parent a62df4d7a7
commit 8f3be81d8d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44361';
$wp_version = '5.1-alpha-44362';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.