Skip to content

Commit 540dca1

Browse files
cjihrigitaloacasas
authored andcommitted
test: fix incorrect indentation
Indentation is off in test-http-server-unconsume-consume.js. The linter isn't complaining, but it probably should be. PR-URL: #11219 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent af06f62 commit 540dca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-http-server-unconsume-consume.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ testServer.on('connect', common.mustCall((req, socket, head) => {
1313
}));
1414
testServer.listen(0, common.mustCall(() => {
1515
http.request({
16-
port: testServer.address().port,
17-
method: 'CONNECT'
16+
port: testServer.address().port,
17+
method: 'CONNECT'
1818
}, (res) => {}).end();
1919
}));

0 commit comments

Comments
 (0)