lint: lib/_http_client.js
authorTimothy J Fontaine <tjfontaine@gmail.com>
Thu, 22 May 2014 19:55:03 +0000 (12:55 -0700)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Thu, 22 May 2014 19:55:41 +0000 (12:55 -0700)
lib/_http_client.js

index 1dcf7f0..e259bee 100644 (file)
@@ -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.