Update helloWorld/helloWorld.js
semicolon after function expression
This commit is contained in:
parent
582521cc9f
commit
c8f3ff9d1b
|
@ -1,5 +1,5 @@
|
||||||
const helloWorld = function() {
|
const helloWorld = function() {
|
||||||
return ''
|
return ''
|
||||||
}
|
};
|
||||||
|
|
||||||
module.exports = helloWorld;
|
module.exports = helloWorld;
|
||||||
|
|
Loading…
Reference in New Issue