Add semicolon for tdd exports
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
const clampNumber = (num, a, b) => Math.max(Math.min(num, Math.max(a, b)), Math.min(a, b));
|
||||
module.exports = clampNumber
|
||||
module.exports = clampNumber;
|
||||
Reference in New Issue
Block a user