mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 10:55:43 -05:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
using Bit.Core.Enums;
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class CipherSecureNoteData : CipherData
|
||||
{
|
||||
public CipherSecureNoteData() { }
|
||||
namespace Bit.Core.Models.Data;
|
||||
|
||||
public SecureNoteType Type { get; set; }
|
||||
}
|
||||
public class CipherSecureNoteData : CipherData
|
||||
{
|
||||
public CipherSecureNoteData() { }
|
||||
|
||||
public SecureNoteType Type { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user