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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user