aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-http-response-multiheaders.js
diff options
context:
space:
mode:
authorTeddy Katz <teddy.katz@gmail.com>2016-09-18 01:43:49 -0400
committerTeddy Katz <teddy.katz@gmail.com>2016-09-20 23:21:10 -0400
commitb1b1978ec5a533607c5c2decaec44f00ff0a80b4 (patch)
treee86a9a4c5739cee17ae8db011acf30fccd9d8e0f /test/parallel/test-http-response-multiheaders.js
parent66df5d147f65cc1a36098987e2d6131c5403c0fc (diff)
downloadandroid-node-v8-b1b1978ec5a533607c5c2decaec44f00ff0a80b4.tar.gz
android-node-v8-b1b1978ec5a533607c5c2decaec44f00ff0a80b4.tar.bz2
android-node-v8-b1b1978ec5a533607c5c2decaec44f00ff0a80b4.zip
tools: add additional ESLint rules
PR-URL: https://github.com/nodejs/node/pull/8643 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@keybase.io>
Diffstat (limited to 'test/parallel/test-http-response-multiheaders.js')
-rw-r--r--test/parallel/test-http-response-multiheaders.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http-response-multiheaders.js b/test/parallel/test-http-response-multiheaders.js
index 577f401abb..f4c1fd4116 100644
--- a/test/parallel/test-http-response-multiheaders.js
+++ b/test/parallel/test-http-response-multiheaders.js
@@ -48,7 +48,7 @@ const server = http.createServer(function(req, res) {
server.listen(0, common.mustCall(function() {
var count = 0;
- for (let n = 1; n <= 2 ; n++) {
+ for (let n = 1; n <= 2; n++) {
// this runs twice, the first time, the server will use
// setHeader, the second time it uses writeHead. The
// result on the client side should be the same in