remove doubled semicolon.

This commit is contained in:
Michael Frank 2021-05-11 14:28:37 +12:00
parent 29bcae0032
commit b673a53a1e
1 changed files with 1 additions and 1 deletions

View File

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