Move semicolon up from blank line

This commit is contained in:
ghubstan 2020-10-25 17:02:40 -03:00
parent d8bc26588c
commit 31435bba51
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -77,8 +77,7 @@ public class TradeFormat {
+ " %-" + COL_HEADER_TRADE_FIAT_SENT.length() + "s" // left justify
+ " %-" + COL_HEADER_TRADE_FIAT_RECEIVED.length() + "s" // left justify
+ " %-" + COL_HEADER_TRADE_PAYOUT_PUBLISHED.length() + "s" // left justify
+ " %-" + COL_HEADER_TRADE_WITHDRAWN.length() + "s" // left justify
;
+ " %-" + COL_HEADER_TRADE_WITHDRAWN.length() + "s"; // left justify
return headerLine +
(isTaker