diff --git a/wp-admin/includes/user.php b/wp-admin/includes/user.php
index a40ff6b9f0..56224cfb65 100644
--- a/wp-admin/includes/user.php
+++ b/wp-admin/includes/user.php
@@ -1553,7 +1553,7 @@ class WP_Privacy_Data_Export_Requests_Table extends WP_Privacy_Requests_Table {
'">';
?>
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 0304a0b1ae..c1abd87e2c 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.2-alpha-44774';
+$wp_version = '5.2-alpha-44775';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.