mirror of
https://github.com/bitwarden/server
synced 2025-12-26 05:03:18 +00:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
namespace Bit.Core.Models.Data
|
||||
namespace Bit.Core.Models.Data;
|
||||
|
||||
public class ProviderUserPublicKey
|
||||
{
|
||||
public class ProviderUserPublicKey
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid UserId { get; set; }
|
||||
public string PublicKey { get; set; }
|
||||
}
|
||||
public Guid Id { get; set; }
|
||||
public Guid UserId { get; set; }
|
||||
public string PublicKey { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user