diff --git a/app/code/Magento/Store/Setup/InstallSchema.php b/app/code/Magento/Store/Setup/InstallSchema.php
index 4d98cf0fcfe3cd6b4ff5b8522cdd8515b52708bc..69b3f86ebdd7bc93d1e6ddda6c9e3f671e4b3682 100644
--- a/app/code/Magento/Store/Setup/InstallSchema.php
+++ b/app/code/Magento/Store/Setup/InstallSchema.php
@@ -271,10 +271,10 @@ class InstallSchema implements InstallSchemaInterface
         $connection->insertForce(
             $installer->getTable('store_group'),
             [
-                'group_id' => 0, 
-                'website_id' => 0, 
-                'name' => 'Default', 
-                'root_category_id' => 0, 
+                'group_id' => 0,
+                'website_id' => 0,
+                'name' => 'Default',
+                'root_category_id' => 0,
                 'default_store_id' => 0
             ]
         );