diff --git a/src/Core/Models/Domain/Cipher.cs b/src/Core/Models/Domain/Cipher.cs index a8aba796a..f5fe6192c 100644 --- a/src/Core/Models/Domain/Cipher.cs +++ b/src/Core/Models/Domain/Cipher.cs @@ -95,7 +95,7 @@ namespace Bit.Core.Models.Domain { var model = new CipherView(this); - if(Key != null) + if (Key != null) { // HACK: I don't like resolving this here but I can't see a better way without // refactoring a lot of things.