Codacy style changes for test files
This commit is contained in:
@ -8,5 +8,4 @@ const CSVToJSON = (data, delimiter = ',') => {
|
||||
return titles.reduce((obj, title, index) => ((obj[title] = values[index]), obj), {});
|
||||
});
|
||||
};
|
||||
|
||||
module.exports = CSVToJSON;
|
||||
module.exports = CSVToJSON;
|
||||
|
||||
Reference in New Issue
Block a user