mirror of
https://github.com/bitwarden/android.git
synced 2025-01-12 11:17:30 +03:00
formatting
This commit is contained in:
parent
0c8c216fba
commit
f0a701e134
2 changed files with 4 additions and 3 deletions
|
@ -161,7 +161,8 @@ namespace Bit.iOS
|
||||||
if(await ASHelpers.IdentitiesCanIncremental())
|
if(await ASHelpers.IdentitiesCanIncremental())
|
||||||
{
|
{
|
||||||
var identity = await ASHelpers.GetCipherIdentityAsync(id, _cipherService);
|
var identity = await ASHelpers.GetCipherIdentityAsync(id, _cipherService);
|
||||||
if(identity == null) {
|
if(identity == null)
|
||||||
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
await ASCredentialIdentityStore.SharedStore.SaveCredentialIdentitiesAsync(
|
await ASCredentialIdentityStore.SharedStore.SaveCredentialIdentitiesAsync(
|
||||||
|
|
Loading…
Reference in a new issue