mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-24 01:14:20 +01:00
Run dotnet format (#3244)
This commit is contained in:
@@ -25,7 +25,7 @@ namespace BTCPayServer.Plugins.Shopify.Models
|
||||
{
|
||||
get
|
||||
{
|
||||
return ShopName?.Contains(".", StringComparison.OrdinalIgnoreCase) is true ? ShopName : $"https://{ShopName}.myshopify.com" ;
|
||||
return ShopName?.Contains(".", StringComparison.OrdinalIgnoreCase) is true ? ShopName : $"https://{ShopName}.myshopify.com";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user