Skip to content

Commit 7642577

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-https-truncate.js

Lines changed: 1 addition & 1 deletion
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)