From 89f93949770ee90262e10c609015a3515eaf84da Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 10 Jun 2019 12:58:54 -0400 Subject: [PATCH] formatting --- src/Core/Services/CipherService.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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;