mirror of
https://github.com/bitwarden/server
synced 2025-12-26 21:23:39 +00:00
Run formatting (#2230)
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