diff options
author | Weijia Wang <381152119@qq.com> | 2018-03-25 22:27:38 +0800 |
---|---|---|
committer | Weijia Wang <381152119@qq.com> | 2018-04-01 22:33:13 +0800 |
commit | 254058109f469f64b8ca23bb65a206abab380604 (patch) | |
tree | 4069f77207f62816c248ed1ac9910467ff1b15d6 /lib/_http_agent.js | |
parent | f89f79893d6e15938f9237efe4d2473ab4a65e9f (diff) | |
download | node-new-254058109f469f64b8ca23bb65a206abab380604.tar.gz |
tools: add 'spaced-comment' into eslint rules
PR-URL: https://github.com/nodejs/node/pull/19596
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'lib/_http_agent.js')
-rw-r--r-- | lib/_http_agent.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/_http_agent.js b/lib/_http_agent.js index 5a18e40b4f..303f56bfe4 100644 --- a/lib/_http_agent.js +++ b/lib/_http_agent.js @@ -134,8 +134,8 @@ Agent.prototype.getName = function getName(options) { return name; }; -Agent.prototype.addRequest = function addRequest(req, options, port/*legacy*/, - localAddress/*legacy*/) { +Agent.prototype.addRequest = function addRequest(req, options, port/* legacy */, + localAddress/* legacy */) { // Legacy API: addRequest(req, host, port, localAddress) if (typeof options === 'string') { options = { |