mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Run dotnet format (#3244)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
using NBitcoin;
|
||||
using BTCPayServer;
|
||||
using NBitcoin;
|
||||
|
||||
namespace BTCPayServer.Models.WalletViewModels
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
|
||||
namespace BTCPayServer.Models.WalletViewModels
|
||||
{
|
||||
public class PullPaymentsModel: BasePagingViewModel
|
||||
public class PullPaymentsModel : BasePagingViewModel
|
||||
{
|
||||
public class PullPaymentModel
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
public class WalletSigningOptionsModel
|
||||
{
|
||||
public WalletSigningOptionsModel(
|
||||
SigningContextModel signingContext,
|
||||
SigningContextModel signingContext,
|
||||
IDictionary<string, string> routeDataBack)
|
||||
{
|
||||
SigningContext = signingContext;
|
||||
|
||||
Reference in New Issue
Block a user