diff --git a/src/Core/Services/CipherService.cs b/src/Core/Services/CipherService.cs index 5ffdedd55..77f1533e7 100644 --- a/src/Core/Services/CipherService.cs +++ b/src/Core/Services/CipherService.cs @@ -254,10 +254,7 @@ namespace Bit.Core.Services DecryptedCipherCache = decCiphers; return DecryptedCipherCache; } - finally - { - - } + finally { } } _getAllDecryptedTask = doTask(); return _getAllDecryptedTask;