Skip to content

Commit 6b93137

Browse files
committed
fix: linting issue
1 parent 8e61347 commit 6b93137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-event-emitter-listeners.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function listener4() {
8888

8989
{
9090
const ee = new events.EventEmitter();
91-
assert.deepStrictEqual(ee.listeners(), [])
91+
assert.deepStrictEqual(ee.listeners(), []);
9292
}
9393

9494
{

0 commit comments

Comments
 (0)