Codacy style changes for test files
This commit is contained in:
@ -6,5 +6,4 @@ const sampleSize = ([...arr], n = 1) => {
|
||||
}
|
||||
return arr.slice(0, n);
|
||||
};
|
||||
|
||||
module.exports = sampleSize;
|
||||
module.exports = sampleSize;
|
||||
|
||||
Reference in New Issue
Block a user