Skip to content

Commit d57ab3c

Browse files
committed
Style fix
1 parent 0d8156e commit d57ab3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/DownloadCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class DownloadCommand extends Base
2828
public function __invoke()
2929
{
3030
$identifier = $this->input->getArgument('identifier');
31-
[ $space, $identifier ] = explode('/', $identifier);
31+
[$space, $identifier] = explode('/', $identifier);
3232
$version = $this->input->getArgument('version');
3333
$appStoreService = ApplicationContext::getContainer()->get(AppStoreService::class);
3434
$appStoreService->download($space, $identifier, $version);

0 commit comments

Comments
 (0)