Fixed blank lines.
parent
b0d2897af3
commit
38198a5f36
|
@ -19,7 +19,6 @@ use Composer\Package\PackageInterface;
|
||||||
*/
|
*/
|
||||||
class HgDownloader implements DownloaderInterface
|
class HgDownloader implements DownloaderInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -58,6 +58,7 @@ class HgDriver implements VcsDriverInterface
|
||||||
exec(sprintf('cd %s && hg tip --template "{rev}:{node|short}" --color never', $tmpDir), $output);
|
exec(sprintf('cd %s && hg tip --template "{rev}:{node|short}" --color never', $tmpDir), $output);
|
||||||
$this->rootIdentifier = $output[0];
|
$this->rootIdentifier = $output[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->rootIdentifier;
|
return $this->rootIdentifier;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue