Run dotnet format

This commit is contained in:
nicolas.dorier
2020-06-28 17:55:27 +09:00
parent 18abc4913b
commit 51514252b6
290 changed files with 1916 additions and 1881 deletions

View File

@@ -29,8 +29,8 @@ namespace BTCPayServer.Models.AppViewModels
public string Example2 { get; internal set; }
public string ExampleCallback { get; internal set; }
public string InvoiceUrl { get; internal set; }
[Display(Name = "Callback Notification Url")]
[Display(Name = "Callback Notification Url")]
[Uri]
public string NotificationUrl { get; set; }
@@ -63,7 +63,7 @@ namespace BTCPayServer.Models.AppViewModels
public string SearchTerm { get; set; }
public SelectList RedirectAutomaticallySelectList =>
new SelectList(new List< SelectListItem>()
new SelectList(new List<SelectListItem>()
{
new SelectListItem()
{