From: Damyan Ivanov Date: Sat, 14 Mar 2020 16:45:23 +0000 (+0200) Subject: whitespace X-Git-Tag: v0.12.0~69 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=c573b352226ba1dadb779bdc27df888b9fa23fde whitespace --- diff --git a/app/src/main/java/net/ktnx/mobileledger/async/UpdateTransactionsTask.java b/app/src/main/java/net/ktnx/mobileledger/async/UpdateTransactionsTask.java index 545aec36..1152cdea 100644 --- a/app/src/main/java/net/ktnx/mobileledger/async/UpdateTransactionsTask.java +++ b/app/src/main/java/net/ktnx/mobileledger/async/UpdateTransactionsTask.java @@ -38,7 +38,8 @@ import static net.ktnx.mobileledger.utils.Logger.debug; public class UpdateTransactionsTask extends AsyncTask { 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();