From a3b18dced6a5e7ac7c8a09d447c40d5c43ca2b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Andre=CC=81s=20Maccaroni?= Date: Mon, 20 Mar 2023 13:45:39 -0300 Subject: [PATCH] PM-115 fix format --- src/Core/Models/Domain/Cipher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.