From bd45d4c7aac6d1c6b054185058a96b2e01669828 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Wed, 14 Mar 2018 21:00:08 -0400 Subject: tests --- frontend/lib/formatMoney.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/lib') diff --git a/frontend/lib/formatMoney.js b/frontend/lib/formatMoney.js index 301f01f..c001aee 100644 --- a/frontend/lib/formatMoney.js +++ b/frontend/lib/formatMoney.js @@ -1,4 +1,4 @@ -export default function (amount) { +export default function(amount) { const options = { style: 'currency', currency: 'USD', -- cgit v1.3