]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/async/UpdateTransactionsTask.java
whitespace
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / async / UpdateTransactionsTask.java
index 545aec36ec4cec6427b36e77b4d2585fd4c80259..1152cdeaeef3a036c7e0b2b59a20da06e4c7588e 100644 (file)
@@ -38,7 +38,8 @@ import static net.ktnx.mobileledger.utils.Logger.debug;
 public class UpdateTransactionsTask extends AsyncTask<String, Void, String> {
     protected String doInBackground(String[] filterAccName) {
         final MobileLedgerProfile profile = Data.profile.getValue();
-        if (profile == null) return "Profile not configured";
+        if (profile == null)
+            return "Profile not configured";
 
         String profile_uuid = profile.getUuid();
         Data.backgroundTaskStarted();