From 1bbb3cc00d2df63daf02b8e5b2f52b995923c008 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Thu, 22 May 2014 12:55:03 -0700 Subject: [PATCH] lint: lib/_http_client.js --- lib/_http_client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/_http_client.js b/lib/_http_client.js index 1dcf7f0273e..e259beef238 100644 --- a/lib/_http_client.js +++ b/lib/_http_client.js @@ -189,8 +189,8 @@ ClientRequest.prototype._implicitHeader = function() { ClientRequest.prototype.abort = function() { // Mark as aborting so we can avoid sending queued request data - // This is used as a truthy flag elsewhere. The use of Date.now is for debugging - // purposes only. + // This is used as a truthy flag elsewhere. The use of Date.now is for + // debugging purposes only. this.aborted = Date.now(); // If we're aborting, we don't care about any more response data.