mirror of
https://github.com/nextcloud/android.git
synced 2024-11-30 18:21:10 +03:00
reformat code
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
86ca6d5cf8
commit
6fc6b6e4a3
1 changed files with 1 additions and 2 deletions
|
@ -253,8 +253,7 @@ public class UserAccountManagerImpl implements UserAccountManager {
|
|||
try {
|
||||
Account currentPlatformAccount = getCurrentAccount();
|
||||
return new OwnCloudAccount(currentPlatformAccount, context);
|
||||
} catch (AccountUtils.AccountNotFoundException |
|
||||
IllegalArgumentException ex) {
|
||||
} catch (AccountUtils.AccountNotFoundException | IllegalArgumentException ex) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue