Skip to content

Commit d461da4

Browse files
committed
squash! more lint
1 parent 6bc42e2 commit d461da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node-api/test_buffer/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const tick = require('util').promisify(require('../../common/tick'));
2929
// Caveat emptor: it's indeterminate when the SharedArrayBuffer's backing
3030
// store is reclaimed; at least some of the time it happens even before
3131
// calling gc().
32-
let sab = binding.newExternalSharedArrayBuffer();
32+
let sab = binding.newExternalSharedArrayBuffer(); // eslint-disable-line no-unused-vars
3333
sab = null;
3434
global.gc();
3535
await tick(10);

0 commit comments

Comments
 (0)