formatting

This commit is contained in:
Kyle Spearrin 2019-06-10 12:58:54 -04:00
parent e7df752581
commit 89f9394977

View file

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