fix indent

This commit is contained in:
sidhujag 2018-05-18 22:39:03 -07:00
parent b54ecca1ca
commit 441ffd5f22
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import si.mazi.rescu.RestProxyFactory;
public class CoinmarketcapRateSource implements IRateSource {
private ICoinmarketcapAPI api;
private static HashMap<String,Integer> coinIDs = new HashMap<String, Integer>();
private static HashMap<String,Integer> coinIDs = new HashMap<String, Integer>();
private String preferredFiatCurrency = Currencies.USD;
public CoinmarketcapRateSource(String preferedFiatCurrency) {