Add missing semicolon.

This commit is contained in:
Michael Frank 2021-05-11 14:29:44 +12:00
parent e454dfb35d
commit 87e9d0eabc
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ const ctof = function() {
module.exports = {
ftoc,
ctof
}
};