Skip to content

Commit c8f3ff9

Browse files
author
xandora
authored
Update helloWorld/helloWorld.js
semicolon after function expression
1 parent 582521c commit c8f3ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: helloWorld/helloWorld.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const helloWorld = function() {
22
return ''
3-
}
3+
};
44

55
module.exports = helloWorld;

0 commit comments

Comments
 (0)