Codacy style changes for test files
This commit is contained in:
@ -5,5 +5,4 @@ const unzip = arr =>
|
||||
length: Math.max(...arr.map(x => x.length))
|
||||
}).map(x => [])
|
||||
);
|
||||
|
||||
module.exports = unzip;
|
||||
module.exports = unzip;
|
||||
|
||||
Reference in New Issue
Block a user