Skip to content

Commit c975541

Browse files
author
ofir
committed
fix linting issues
1 parent c9af964 commit c975541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-http2-compat-serverrequest-headers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const h2 = require('http2');
9191

9292
{
9393
// Http2ServerRequest should keep pseudo-headers order and after them,
94-
// in the same order, the others headers
94+
// in the same order, the others headers
9595

9696
const server = h2.createServer();
9797
server.listen(0, common.mustCall(function() {
@@ -150,4 +150,4 @@ const h2 = require('http2');
150150
request.resume();
151151
}));
152152
}));
153-
}
153+
}

0 commit comments

Comments
 (0)