Add semicolon for tdd exports
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
const hammingDistance = (num1, num2) => ((num1 ^ num2).toString(2).match(/1/g) || '').length;
|
||||
module.exports = hammingDistance
|
||||
module.exports = hammingDistance;
|
||||
Reference in New Issue
Block a user