Add semicolon for tdd exports
This commit is contained in:
@ -5,4 +5,4 @@ shortHex
|
||||
.split('')
|
||||
.map(x => x + x)
|
||||
.join('');
|
||||
module.exports = extendHex
|
||||
module.exports = extendHex;
|
||||
Reference in New Issue
Block a user