Skip to content

Commit

Permalink
Update ILogger.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
taikoonwang authored Jun 14, 2024
1 parent 3ceb27e commit a8f1914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Logging/ILogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace Nethermind.Logging;

/// <summary>
/// Struct to wrap InterfaceLogger in that that when created sets values in struct for
/// Struct to wrap InterfaceLogger in that when created sets values in struct for
/// IsTrace, IsDebug, IsInfo, IsWarn, IsError so the guards are a fast check inline against
/// the struct rather than being an interface call each time.
/// </summary>
Expand Down

0 comments on commit a8f1914

Please sign in to comment.