Skip to content

Commit df175e2

Browse files
committed
fixup! please linter
1 parent dc84c55 commit df175e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/sequential/test-heapdump.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ process.chdir(tmpdir.path);
8282

8383
{
8484
const passthrough = new PassThrough();
85-
passthrough.on('data', common.mustCallAtLeast(()=> {
86-
// Do nothing, just consume the data
87-
}, 1));
85+
passthrough.on('data', common.mustCallAtLeast(1));
8886

8987
pipeline(
9088
getHeapSnapshot(),

0 commit comments

Comments
 (0)