fix indent.

This commit is contained in:
mattn
2012-09-11 11:23:34 +09:00
parent 99e63ddf4d
commit db5ec83abf

View File

@@ -183,7 +183,7 @@ Package.prototype.download = function () {
if (process.env.HTTP_PROXY) {
var proxy = url.parse(process.env.HTTP_PROXY);
proxy.path = this.assetUrl;
src = proxy;
src = proxy;
}
tmp.dir(function (err, tmpPath) {