mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
Run dotnet format (#3244)
This commit is contained in:
@@ -37,7 +37,7 @@ namespace BTCPayServer.Data
|
||||
builder.Entity<PayoutData>()
|
||||
.HasIndex(o => o.State);
|
||||
builder.Entity<PayoutData>()
|
||||
.HasIndex(x => new { DestinationId = x.Destination, x.State});
|
||||
.HasIndex(x => new { DestinationId = x.Destination, x.State });
|
||||
}
|
||||
|
||||
// utility methods
|
||||
|
||||
Reference in New Issue
Block a user