Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dedupe.js')
-rw-r--r--lib/dedupe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dedupe.js b/lib/dedupe.js
index 28d1b12b9..95658aa94 100644
--- a/lib/dedupe.js
+++ b/lib/dedupe.js
@@ -70,7 +70,7 @@ Deduper.prototype.loadIdealTree = function (cb) {
}],
[this, this.finishTracker, 'loadAllDepsIntoIdealTree'],
- [this, function (next) { recalculateMetadata(this.idealTree, log, next) } ],
+ [this, function (next) { recalculateMetadata(this.idealTree, log, next) }]
], cb)
}