mirror of
https://github.com/bitwarden/server
synced 2026-01-06 10:34:01 +00:00
Run formatting (#2230)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
namespace Bit.Core.Models.Business
|
||||
namespace Bit.Core.Models.Business;
|
||||
|
||||
public class ImportedOrganizationUser
|
||||
{
|
||||
public class ImportedOrganizationUser
|
||||
{
|
||||
public string Email { get; set; }
|
||||
public string ExternalId { get; set; }
|
||||
}
|
||||
public string Email { get; set; }
|
||||
public string ExternalId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user