]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/utils/MLDB.java
whitespace
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / utils / MLDB.java
index b5317ad3469e7e3f187e1d86a374a814907b9aeb..bbaf30069413ec5c1de26f793c36faffa1a3353b 100644 (file)
@@ -197,7 +197,8 @@ public final class MLDB {
     }
     public static synchronized void init(Application context) {
         MLDB.context = context;
     }
     public static synchronized void init(Application context) {
         MLDB.context = context;
-        if (dbHelper != null) throw new IllegalStateException("It appears init() was already called");
+        if (dbHelper != null)
+            throw new IllegalStateException("It appears init() was already called");
         dbHelper = new MobileLedgerDatabase(context);
     }
     public static synchronized void done() {
         dbHelper = new MobileLedgerDatabase(context);
     }
     public static synchronized void done() {