Skip to content

Commit

Permalink
fixup: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Dec 21, 2019
1 parent 2e9ffee commit 346fa56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-event-on-async-iterator.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ async function iterableThrow() {
name: 'TypeError'
});

const expected = [['bar'], [42]]
const expected = [['bar'], [42]];

try {
for await (const event of iterable) {
Expand Down

0 comments on commit 346fa56

Please sign in to comment.