Skip to content

Commit cc29fe6

Browse files
treysisnodejs-github-bot
authored andcommitted
dns: minor lint fix
PR-URL: #39987 Fixes: #31566 Refs: #6307 Refs: #20710 Refs: #38099 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent cd17314 commit cc29fe6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/sequential/test-https-connect-localport.js

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const assert = require('assert');
2323
host: 'localhost',
2424
pathname: '/',
2525
port,
26-
//family: 4,
2726
localPort: common.PORT,
2827
rejectUnauthorized: false,
2928
}, common.mustCall(() => {

0 commit comments

Comments
 (0)