Skip to content

Commit

Permalink
Drop explicit private modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt authored Nov 22, 2019
1 parent ad280ad commit dc2c98e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace Serilog
/// </summary>
public static class ConsoleLoggerConfigurationExtensions
{
private static object DefaultSyncRoot = new object();
static object DefaultSyncRoot = new object();
const string DefaultConsoleOutputTemplate = "[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}";

/// <summary>
Expand Down

0 comments on commit dc2c98e

Please sign in to comment.