From 3a0606eff0c20d24ec4eea3085c486fc14376733 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 19 Apr 2020 16:27:51 -0400 Subject: [PATCH] Fix lint --- commands/edit-number/tax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-number/tax.js b/commands/edit-number/tax.js index 00ae0dcc..6a9d26ec 100644 --- a/commands/edit-number/tax.js +++ b/commands/edit-number/tax.js @@ -20,7 +20,7 @@ module.exports = class TaxCommand extends Command { key: 'amount', prompt: 'How much money should be converted?', type: 'float' - }, + } ] }); }