Skip to content

Commit

Permalink
[squash] fix linting (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Aug 10, 2017
1 parent b7080cf commit 95964a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-http2-util-headers-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const {
headers[':status'] = 200;

assert.deepStrictEqual(
mapToHeaders(headers)
mapToHeaders(headers),
[ [ ':status', '200', ':path', 'abc', 'xyz', '1', 'xyz', '2', 'xyz', '3',
'xyz', '4', '' ].join('\0'), 6 ]
);
Expand Down

0 comments on commit 95964a1

Please sign in to comment.