We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f768920 commit db9042fCopy full SHA for db9042f
src/Serilog.Settings.Configuration/Settings/Configuration/LoadedConfiguration.cs
@@ -7,7 +7,7 @@ namespace Serilog.Settings.Configuration;
7
/// </summary>
8
public class LoadedConfiguration
9
{
10
- readonly IDictionary<string,LoggingLevelSwitch> _logLevelSwitches;
+ readonly IDictionary<string, LoggingLevelSwitch> _logLevelSwitches;
11
12
internal LoadedConfiguration(IDictionary<string, LoggingLevelSwitch> logLevelSwitches)
13
0 commit comments