mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 10:55:43 -05:00
Run formatting (#2230)
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
using Bit.Core.Enums;
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class CipherFieldData
|
||||
{
|
||||
public CipherFieldData() { }
|
||||
namespace Bit.Core.Models.Data;
|
||||
|
||||
public FieldType Type { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Value { get; set; }
|
||||
public int? LinkedId { get; set; }
|
||||
}
|
||||
public class CipherFieldData
|
||||
{
|
||||
public CipherFieldData() { }
|
||||
|
||||
public FieldType Type { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Value { get; set; }
|
||||
public int? LinkedId { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user