Add missing semicolon.
This commit is contained in:
parent
e454dfb35d
commit
87e9d0eabc
|
@ -9,4 +9,4 @@ const ctof = function() {
|
||||||
module.exports = {
|
module.exports = {
|
||||||
ftoc,
|
ftoc,
|
||||||
ctof
|
ctof
|
||||||
}
|
};
|
||||||
|
|
Loading…
Reference in New Issue