Merge pull request #3122 from garthkerr/patch-1
Add blank line to output for FileDownloader.pull/3357/head
commit
b7bd165fed
|
@ -101,6 +101,8 @@ class FileDownloader implements DownloaderInterface
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->io->write('');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function doDownload(PackageInterface $package, $path, $url)
|
protected function doDownload(PackageInterface $package, $path, $url)
|
||||||
|
|
Loading…
Reference in New Issue