Unnecessary line.

This commit is contained in:
André Cruz
2013-06-15 23:44:03 +01:00
parent 578557f3d7
commit 3a7b4fd404
2 changed files with 1 additions and 2 deletions

View File

@@ -250,7 +250,6 @@ ResolveCache.clearRuntimeCache = function () {
// ------------------------
ResolveCache.prototype._getSourceId = function (source) {
return crypto.createHash('md5').update(source).digest('hex');
};

View File

@@ -131,7 +131,7 @@ StandardRenderer.prototype._update = function (packages) {
StandardRenderer.prototype._list = function (tree) {
var cliTree = this._tree2archy(tree);
this._write(process.stdout, '\n' + archy(cliTree));
this._write(process.stdout, archy(cliTree));
};
StandardRenderer.prototype._cacheList = function (entries) {