]> git.ktnx.net Git - mobile-ledger.git/commitdiff
whitespace
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 15 Dec 2018 19:35:44 +0000 (19:35 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 15 Dec 2018 19:35:44 +0000 (19:35 +0000)
app/src/main/java/net/ktnx/mobileledger/model/LedgerTransactionItem.java

index 3334706047813167f73bfb6c9afc309ed463931b..de43058067f193216674c1f09634db7f2f958331 100644 (file)
@@ -51,8 +51,7 @@ public class LedgerTransactionItem {
     }
 
     public float getAmount() {
-        if (!amountSet)
-            throw new IllegalStateException("Account amount is not set");
+        if (!amountSet) throw new IllegalStateException("Account amount is not set");
 
         return amount;
     }