Skip to content

Commit 2fa0ea6

Browse files
committed
add missing semicolon
1 parent 0649671 commit 2fa0ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Compiler.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,5 +469,5 @@ describe("Compiler", () => {
469469
done();
470470
});
471471
});
472-
})
472+
});
473473
});

0 commit comments

Comments
 (0)