Skip to content

Commit 63f9a13

Browse files
jasnellMylesBorins
authored andcommitted
test: fix linting error
Fast-tracked on landing to unbreak CI PR-URL: #17251 Reviewed-By: Colin Ihrig <[email protected]>
1 parent dc4aa89 commit 63f9a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-https-truncate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ const test = common.mustCall(function(res) {
6767
res.on('data', function(chunk) {
6868
bytes += chunk.length;
6969
this.pause();
70-
setTimeout(() => { this.resume() }, 1);
70+
setTimeout(() => { this.resume(); }, 1);
7171
});
7272
});

0 commit comments

Comments
 (0)