Codacy style changes for test files
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const initializeArrayWithValues = (n, val = 0) => Array(n).fill(val);
|
||||
|
||||
module.exports = initializeArrayWithValues;
|
||||
module.exports = initializeArrayWithValues;
|
||||
|
||||
Reference in New Issue
Block a user