mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Run dotnet format (#3244)
This commit is contained in:
@@ -15,7 +15,7 @@ namespace BTCPayServer.Plugins.Test
|
||||
{
|
||||
_testPluginService = testPluginService;
|
||||
}
|
||||
|
||||
|
||||
// GET
|
||||
public async Task<IActionResult> Index()
|
||||
{
|
||||
@@ -24,8 +24,8 @@ namespace BTCPayServer.Plugins.Test
|
||||
Data = await _testPluginService.Get()
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class TestPluginPageViewModel
|
||||
|
||||
Reference in New Issue
Block a user