Add semicolon for tdd exports
This commit is contained in:
@ -6,4 +6,4 @@ for (let i = 0; i < view.byteLength; i += 4)
|
||||
hexes.push(('00000000' + view.getUint32(i).toString(16)).slice(-8));
|
||||
return hexes.join('');
|
||||
});
|
||||
module.exports = hashBrowser
|
||||
module.exports = hashBrowser;
|
||||
Reference in New Issue
Block a user