From 3a7b4fd404d26f51e45fcf91c79242acddc2cddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Cruz?= Date: Sat, 15 Jun 2013 23:44:03 +0100 Subject: [PATCH] Unnecessary line. --- lib/core/ResolveCache.js | 1 - lib/renderers/StandardRenderer.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/core/ResolveCache.js b/lib/core/ResolveCache.js index cf80edfb..ebae2b90 100644 --- a/lib/core/ResolveCache.js +++ b/lib/core/ResolveCache.js @@ -250,7 +250,6 @@ ResolveCache.clearRuntimeCache = function () { // ------------------------ - ResolveCache.prototype._getSourceId = function (source) { return crypto.createHash('md5').update(source).digest('hex'); }; diff --git a/lib/renderers/StandardRenderer.js b/lib/renderers/StandardRenderer.js index 754e01a4..33686985 100644 --- a/lib/renderers/StandardRenderer.js +++ b/lib/renderers/StandardRenderer.js @@ -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) {