mirror of
https://github.com/bitwarden/server
synced 2025-12-25 04:33:26 +00:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace Bit.Core.Enums
|
||||
namespace Bit.Core.Enums;
|
||||
|
||||
public enum ReferenceEventSource
|
||||
{
|
||||
public enum ReferenceEventSource
|
||||
{
|
||||
[EnumMember(Value = "organization")]
|
||||
Organization,
|
||||
[EnumMember(Value = "user")]
|
||||
User,
|
||||
}
|
||||
[EnumMember(Value = "organization")]
|
||||
Organization,
|
||||
[EnumMember(Value = "user")]
|
||||
User,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user