mirror of
https://github.com/bitwarden/android.git
synced 2024-12-26 02:48:29 +03:00
formatting
This commit is contained in:
parent
e7df752581
commit
89f9394977
1 changed files with 1 additions and 4 deletions
|
@ -254,10 +254,7 @@ namespace Bit.Core.Services
|
||||||
DecryptedCipherCache = decCiphers;
|
DecryptedCipherCache = decCiphers;
|
||||||
return DecryptedCipherCache;
|
return DecryptedCipherCache;
|
||||||
}
|
}
|
||||||
finally
|
finally { }
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
_getAllDecryptedTask = doTask();
|
_getAllDecryptedTask = doTask();
|
||||||
return _getAllDecryptedTask;
|
return _getAllDecryptedTask;
|
||||||
|
|
Loading…
Reference in a new issue