remove doubled semicolon.

This commit is contained in:
Michael Frank 2021-05-11 14:28:37 +12:00
parent 29bcae0032
commit b673a53a1e

View file

@ -1,5 +1,5 @@
const caesar = function() {
};;
};
module.exports = caesar;