mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-22 00:14:25 +01:00
Adopt dotnet core editorconfig, big reformating
This commit is contained in:
@@ -8,11 +8,11 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
{
|
||||
public class UpdateCustomerModel
|
||||
{
|
||||
[EmailAddress]
|
||||
[Required]
|
||||
public string Email
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
}
|
||||
[EmailAddress]
|
||||
[Required]
|
||||
public string Email
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user