From b51fa8df5abda039f0adc439b9af73f3f9d26791 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 25 Apr 2023 21:03:12 +0900 Subject: [PATCH] Fix indent --- BTCPayServer/Views/UIInvoice/Checkout-Body.cshtml | 6 +++--- BTCPayServer/Views/UIInvoice/CheckoutNoScript.cshtml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BTCPayServer/Views/UIInvoice/Checkout-Body.cshtml b/BTCPayServer/Views/UIInvoice/Checkout-Body.cshtml index 670206c38..2d738de6d 100644 --- a/BTCPayServer/Views/UIInvoice/Checkout-Body.cshtml +++ b/BTCPayServer/Views/UIInvoice/Checkout-Body.cshtml @@ -1,6 +1,6 @@ @model PaymentModel @{ - var displayedPaymentMethods = Model.AvailableCryptos.Where(a => a.Displayed).ToList(); + var displayedPaymentMethods = Model.AvailableCryptos.Where(a => a.Displayed).ToList(); }
@@ -47,7 +47,7 @@
- @if (displayedPaymentMethods.Count > 1) + @if (displayedPaymentMethods.Count > 1) {
@@ -58,7 +58,7 @@