Skip to content

Commit bfed127

Browse files
committed
squash! lint
1 parent b29bb10 commit bfed127

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
@@ -32,7 +32,7 @@ const tick = util.promisify(require('../../common/tick'));
3232
// calling gc().
3333
let sab = binding.newExternalSharedArrayBuffer();
3434
assert(util.types.isSharedArrayBuffer(sab));
35-
sab = null; // eslint-disable-line no-unused-vars
35+
sab = null;
3636
global.gc();
3737
await tick(10);
3838
console.log('gc3');

0 commit comments

Comments
 (0)