]> git.ktnx.net Git - mobile-ledger.git/commitdiff
whitespace
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 14 Mar 2020 16:45:23 +0000 (18:45 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 14 Mar 2020 16:45:23 +0000 (18:45 +0200)
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();