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

View file

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