From: Damyan Ivanov Date: Mon, 18 Mar 2019 09:27:56 +0000 (+0200) Subject: whitespace X-Git-Tag: v0.8.1~24 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=eb3032b39876f257361d13f290348348d99f0ee5 whitespace --- diff --git a/app/src/main/java/net/ktnx/mobileledger/model/MobileLedgerProfile.java b/app/src/main/java/net/ktnx/mobileledger/model/MobileLedgerProfile.java index 71b53cd7..08a26f9d 100644 --- a/app/src/main/java/net/ktnx/mobileledger/model/MobileLedgerProfile.java +++ b/app/src/main/java/net/ktnx/mobileledger/model/MobileLedgerProfile.java @@ -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; }