mirror of
https://github.com/bitwarden/server
synced 2025-12-24 20:23:21 +00:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
namespace Bit.Core.Models.Mail
|
||||
namespace Bit.Core.Models.Mail;
|
||||
|
||||
public class OrganizationUserRemovedForPolicySingleOrgViewModel : BaseMailModel
|
||||
{
|
||||
public class OrganizationUserRemovedForPolicySingleOrgViewModel : BaseMailModel
|
||||
{
|
||||
public string OrganizationName { get; set; }
|
||||
}
|
||||
public string OrganizationName { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user