diff --git a/helloWorld/helloWorld.js b/helloWorld/helloWorld.js index 29e76b9..df27036 100644 --- a/helloWorld/helloWorld.js +++ b/helloWorld/helloWorld.js @@ -1,5 +1,5 @@ const helloWorld = function() { return '' -} +}; module.exports = helloWorld;