Update helloWorld/helloWorld.js

semicolon after function expression
This commit is contained in:
xandora 2021-05-18 11:43:45 +12:00 committed by GitHub
parent 582521cc9f
commit c8f3ff9d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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