Codacy style changes for test files
This commit is contained in:
@ -5,5 +5,4 @@ const flattenObject = (obj, prefix = '') =>
|
||||
else acc[pre + k] = obj[k];
|
||||
return acc;
|
||||
}, {});
|
||||
|
||||
module.exports = flattenObject;
|
||||
module.exports = flattenObject;
|
||||
|
||||
Reference in New Issue
Block a user