1
0
Fork 0

Merge pull request #3122 from garthkerr/patch-1

Add blank line to output for FileDownloader.
pull/3357/head
Jordi Boggiano 2014-10-14 18:21:22 +01:00
commit b7bd165fed
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ class FileDownloader implements DownloaderInterface
}
}
}
$this->io->write('');
}
protected function doDownload(PackageInterface $package, $path, $url)