remove doubled semicolon.
This commit is contained in:
parent
29bcae0032
commit
b673a53a1e
|
@ -1,5 +1,5 @@
|
||||||
const caesar = function() {
|
const caesar = function() {
|
||||||
|
|
||||||
};;
|
};
|
||||||
|
|
||||||
module.exports = caesar;
|
module.exports = caesar;
|
||||||
|
|
Loading…
Reference in New Issue