Add semicolon for tdd exports
This commit is contained in:
@ -5,4 +5,4 @@ Array.from({
|
||||
length: Math.max(...arr.map(x => x.length))
|
||||
}).map(x => [])
|
||||
);
|
||||
module.exports = unzip
|
||||
module.exports = unzip;
|
||||
Reference in New Issue
Block a user