8000 Add missing semicolon. · davidnth/javascript-exercises@87e9d0e · GitHub
[go: up one dir, main page]

Skip to content

Commit 87e9d0e

Browse files
author
Michael Frank
committed
Add missing semicolon.
1 parent e454dfb commit 87e9d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tempConversion/tempConversion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ const ctof = function() {
99
module.exports = {
1010
ftoc,
1111
ctof
12-
}
12+
};

0 commit comments

Comments
 (0)
0