Skip to content

Commit 45be98c

Browse files
committed
dotnet format
1 parent 6ea8ba5 commit 45be98c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/KernelMemory.Ecommerce.Sample.Api/Infrastructure/Logging/OpenTelemetryRegistrationExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ public static WebApplicationBuilder AddOpenTelemetry(
4343

4444
return builder;
4545
}
46-
}
46+
}

src/KernelMemory.Ecommerce.Sample.Api/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using KernelMemory.Ecommerce.Sample.Api.Application.Configuration;
22
using KernelMemory.Ecommerce.Sample.Api.Infrastructure;
3-
using KernelMemory.Ecommerce.Sample.Api.Presentation;
43
using KernelMemory.Ecommerce.Sample.Api.Infrastructure.Logging;
4+
using KernelMemory.Ecommerce.Sample.Api.Presentation;
55
using Microsoft.KernelMemory;
66
using Serilog;
77

@@ -13,7 +13,7 @@ private static async Task Main(string[] args)
1313
{
1414
var builder = WebApplication.CreateBuilder(args);
1515

16-
builder.Host.UseSerilog((context, loggerConfig) =>
16+
builder.Host.UseSerilog((context, loggerConfig) =>
1717
loggerConfig.ReadFrom.Configuration(context.Configuration));
1818

1919
builder.Services.AddEndpointsApiExplorer();

0 commit comments

Comments
 (0)