From 4ea02997b1df78966e501dfa75401f2d11c5fb72 Mon Sep 17 00:00:00 2001
From: Eddie Lau <kahlau@magento.com>
Date: Thu, 17 Mar 2016 15:11:07 -0500
Subject: [PATCH] MAGETWO-50516: Contribute Ogre Bugfixes and Stories for
 Sprint 46

 - fixed code style
---
 setup/src/Magento/Setup/Model/MarketplaceManager.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup/src/Magento/Setup/Model/MarketplaceManager.php b/setup/src/Magento/Setup/Model/MarketplaceManager.php
index 41e4d0b4d2d..13316269d8b 100644
--- a/setup/src/Magento/Setup/Model/MarketplaceManager.php
+++ b/setup/src/Magento/Setup/Model/MarketplaceManager.php
@@ -307,11 +307,11 @@ class MarketplaceManager
 
         return $this->getDirectory()->writeFile(
             \Magento\Framework\App\Filesystem\DirectoryList::COMPOSER_HOME .
-                DIRECTORY_SEPARATOR . $this->pathToAuthFile,
+            DIRECTORY_SEPARATOR . $this->pathToAuthFile,
             $jsonContent
         ) && $this->getDirectory()->changePermissions(
             \Magento\Framework\App\Filesystem\DirectoryList::COMPOSER_HOME .
-                DIRECTORY_SEPARATOR . $this->pathToAuthFile,
+            DIRECTORY_SEPARATOR . $this->pathToAuthFile,
             \Magento\Framework\Filesystem\DriverInterface::WRITEABLE_FILE_MODE
         );
     }
-- 
GitLab