Skip to content

Commit 4ea0299

Browse files
author
Eddie Lau
committed
MAGETWO-50516: Contribute Ogre Bugfixes and Stories for Sprint 46
- fixed code style
1 parent 40a07da commit 4ea0299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/src/Magento/Setup/Model/MarketplaceManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,11 @@ public function saveAuthJson($username, $password)
307307

308308
return $this->getDirectory()->writeFile(
309309
\Magento\Framework\App\Filesystem\DirectoryList::COMPOSER_HOME .
310-
DIRECTORY_SEPARATOR . $this->pathToAuthFile,
310+
DIRECTORY_SEPARATOR . $this->pathToAuthFile,
311311
$jsonContent
312312
) && $this->getDirectory()->changePermissions(
313313
\Magento\Framework\App\Filesystem\DirectoryList::COMPOSER_HOME .
314-
DIRECTORY_SEPARATOR . $this->pathToAuthFile,
314+
DIRECTORY_SEPARATOR . $this->pathToAuthFile,
315315
\Magento\Framework\Filesystem\DriverInterface::WRITEABLE_FILE_MODE
316316
);
317317
}

0 commit comments

Comments
 (0)