From c898704db18fd3b8d7dd91bf7c1b74922c5de928 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Fri, 12 Jul 2013 15:18:53 -0700 Subject: [PATCH] lint: fix _http_client.js after v0.10 merge --- lib/_http_client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/_http_client.js b/lib/_http_client.js index e0a68e6f46..2af127c6d6 100644 --- a/lib/_http_client.js +++ b/lib/_http_client.js @@ -145,7 +145,7 @@ ClientRequest.prototype._implicitHeader = function() { }; ClientRequest.prototype.abort = function() { -// If we're aborting, we don't care about any more response data. + // If we're aborting, we don't care about any more response data. if (this.res) this.res._dump(); else