Fixed blank lines.

main
Per Bernhardt 13 years ago
parent b0d2897af3
commit 38198a5f36

@ -19,7 +19,6 @@ use Composer\Package\PackageInterface;
*/
class HgDownloader implements DownloaderInterface
{
/**
* {@inheritDoc}
*/

@ -58,6 +58,7 @@ class HgDriver implements VcsDriverInterface
exec(sprintf('cd %s && hg tip --template "{rev}:{node|short}" --color never', $tmpDir), $output);
$this->rootIdentifier = $output[0];
}
return $this->rootIdentifier;
}

Loading…
Cancel
Save