Codacy style changes for test files
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
const pad = (str, length, char = ' ') =>
|
||||
str.padStart((str.length + length) / 2, char).padEnd(length, char);
|
||||
|
||||
module.exports = pad;
|
||||
module.exports = pad;
|
||||
|
||||
Reference in New Issue
Block a user