formatted the code

This commit is contained in:
Dinesh Nagar 2019-05-15 12:21:44 +05:30
parent c400078037
commit b1eadef176
2 changed files with 1 additions and 2 deletions

View file

@ -46,7 +46,6 @@ const request = {
};
function _moneyToString (m) {
return `${m.units}.${m.nanos.toString().padStart(9,'0')} ${m.currency_code}`;
}

View file

@ -19,7 +19,7 @@
"pino": "^5.6.2",
"request": "^2.87.0",
"xml2js": "^0.4.19"
},
},
"devDependencies": {
"semistandard": "^12.0.1"
}