From 4fd5b3bbf17d7a57ed6db681de8b487605f57e27 Mon Sep 17 00:00:00 2001 From: meriadec Date: Wed, 14 Nov 2018 13:54:47 +0100 Subject: [PATCH] Prettier --- src/config/urls.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config/urls.js b/src/config/urls.js index 1af2cddc..c3ab116e 100644 --- a/src/config/urls.js +++ b/src/config/urls.js @@ -41,6 +41,5 @@ export const urls = { }, // Currencies status - currenciesStatus: - 'http://resources.live.ledger.app/public_resources/currencies.json', + currenciesStatus: 'http://resources.live.ledger.app/public_resources/currencies.json', }