1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-30 15:13:24 +00:00

PM-115 fix format

This commit is contained in:
Federico Andrés Maccaroni
2023-03-20 13:45:39 -03:00
parent c8555ef1e7
commit a3b18dced6

View File

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