reformat code

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2020-03-13 10:38:35 +01:00
parent 86ca6d5cf8
commit 6fc6b6e4a3
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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;
}
}