Less empty lines

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2017-12-30 23:59:14 +01:00
parent 08e4771d62
commit 0695d9fd73

View File

@ -222,7 +222,6 @@ public class SwitchAccountController extends BaseController {
final Handler handler = new Handler();
accMgr.getAuthToken(account, authTokenType, true,
future -> {
try {
ImportAccount importAccount = AccountUtils.getInformationFromAccount(account, future
.getResult());
@ -256,9 +255,7 @@ public class SwitchAccountController extends BaseController {
});
}
}, handler
);
}
@Override