chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2026-02-15 08:16:47 -06:00
parent ab88656c1e
commit 2cca5c15a0
7 changed files with 259 additions and 256 deletions
@@ -5,7 +5,7 @@ public static class ServiceCollectionExtensions
public static IServiceCollection AddInfrastructure(this IServiceCollection services)
{
services.AddSingleton<IAuthorizationMiddlewareResultHandler, ProblemDetailsAuthResultHandler>();
services.AddHttpClient();
services.AddSingleton(TimeProvider.System);
services.AddSingleton<IFileSystem, FileSystem>();