Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Gruenbaum authored and Benjamin Gruenbaum committed Jun 21, 2020
1 parent 2f7d424 commit 5b397ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-eventtarget.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ ok(EventTarget);
clearInterval(interval);
})().then(common.mustCall());
{
let target = new EventTarget();
const target = new EventTarget();
const event = new Event('foo');
let callCount = 0;
target.addEventListener('foo', common.mustCall(() => {
Expand Down

0 comments on commit 5b397ab

Please sign in to comment.