Skip to content

Commit

Permalink
[fix] blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed May 29, 2024
1 parent de69529 commit 1fad39a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SampleApps/SampleApp.Api/Setup/IocRegistrations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public static IDIContainerProvider RegisterAll(this IDIContainerProvider provide
return provider;
}


private static IDIRegistrator RegisterCustomConfiguration(this IDIRegistrator registrator, Action<IConfiguration>? config = null)
{
var environmentName = Environment.GetEnvironmentVariable(ApplicationEnvironment.EnvironmentVariableName);
Expand Down

0 comments on commit 1fad39a

Please sign in to comment.