]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/model/MobileLedgerProfile.java
whitespace
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / model / MobileLedgerProfile.java
index 71b53cd760119cf323a93c0503378c8ae3d955e7..08a26f9d7c3b79b1358fd7114031578c71a2dbc1 100644 (file)
@@ -310,7 +310,7 @@ public final class MobileLedgerProfile {
     public LedgerAccount loadAccount(SQLiteDatabase db, String accName) {
         LedgerAccount acc = tryLoadAccount(db, accName);
 
-        if (acc == null) throw new RuntimeException("Unable to load account with name "+accName);
+        if (acc == null) throw new RuntimeException("Unable to load account with name " + accName);
 
         return acc;
     }