Skip to content

Commit

Permalink
Sealed LoggingConfigurationElement to fix Sonar smell (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored Apr 9, 2023
1 parent 76c4f2b commit fed2ba1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public override string ToString()
return base.ToString() + $" ConfigSection={_originalConfigSection?.Key}";
}

private class LoggingConfigurationElement : ILoggingConfigurationElement
private sealed class LoggingConfigurationElement : ILoggingConfigurationElement
{
private const string TargetKey = "target";
private const string TargetsKey = "targets";
Expand Down

0 comments on commit fed2ba1

Please sign in to comment.