Codacy style changes for test files
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
const toCurrency = (n, curr, LanguageFormat = undefined) =>
|
||||
Intl.NumberFormat(LanguageFormat, { style: 'currency', currency: curr }).format(n);
|
||||
|
||||
module.exports = toCurrency;
|
||||
module.exports = toCurrency;
|
||||
|
||||
Reference in New Issue
Block a user