chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2025-05-07 23:07:15 -05:00
parent 3534bc4f20
commit 30dbba37be
3 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ var builder = Host.CreateApplicationBuilder(args);
builder.Services.AddHostedService<Worker>();
var host = builder.Build();
host.Run();
host.Run();