From 892445ef24884fd3ad13c8a6ece49380340bbcb3 Mon Sep 17 00:00:00 2001 From: Nolwennig Guilbert <Nolwennig@users.noreply.github.com> Date: Tue, 23 Jan 2018 11:29:22 +0100 Subject: [PATCH] Remove whitespace at end of line --- app/code/Magento/Store/Setup/InstallSchema.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/code/Magento/Store/Setup/InstallSchema.php b/app/code/Magento/Store/Setup/InstallSchema.php index 4d98cf0fcfe..69b3f86ebdd 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 ] ); -- GitLab