Skip to content

Commit

Permalink
Fix IDE0044 Picton.Messaging.IntegrationTests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed May 23, 2018
1 parent 8f23d21 commit 363494a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class ColoredConsoleLogProvider : ILogProvider
{LogLevel.Debug, ConsoleColor.Gray},
{LogLevel.Trace, ConsoleColor.DarkGray}
};
private LogLevel _minLevel = LogLevel.Trace;
private readonly LogLevel _minLevel = LogLevel.Trace;

public ColoredConsoleLogProvider(LogLevel minLevel = LogLevel.Trace)
{
Expand Down

0 comments on commit 363494a

Please sign in to comment.