diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php
index 5ab3910bcc..bd3a0c26f9 100644
--- a/wp-includes/class-wp-editor.php
+++ b/wp-includes/class-wp-editor.php
@@ -1449,7 +1449,7 @@ final class _WP_Editors {
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 565e0915f9..6538d83a72 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.2-alpha-31714';
+$wp_version = '4.2-alpha-31715';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.