Skip to content

Commit

Permalink
[bitstamp] run format bitstamp only
Browse files Browse the repository at this point in the history
  • Loading branch information
donald-jackson committed Jan 28, 2025
1 parent d8eb4ff commit afa6297
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public static UserTrades adaptTradeHistory(BitstampUserTransaction[] bitstampUse
}

private static BigDecimal getFeeFromString(String value) {
if("None".equals(value)) {
if ("None".equals(value)) {
return BigDecimal.ZERO;
}
try {
Expand Down

0 comments on commit afa6297

Please sign in to comment.