stylecop fix followup, enforce SA1503 (#432)
* enforce SA1503 * fix spacing * fix SA1413 * fix spacing * fix SA1013
This commit is contained in:
@@ -12,10 +12,7 @@ namespace httpClientFactory
|
||||
{
|
||||
// Learn more about generic hosts at https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host
|
||||
using (var host = new HostBuilder()
|
||||
.ConfigureLogging((logging) =>
|
||||
{
|
||||
logging.AddConsole();
|
||||
})
|
||||
.ConfigureLogging((logging) => { logging.AddConsole(); })
|
||||
.ConfigureServices((hostBuilderContext, services) =>
|
||||
{
|
||||
// Ideally this config would be read from the .net core config constructs,
|
||||
|
||||
Reference in New Issue
Block a user