Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon committed Nov 25, 2024
1 parent 2e29a58 commit 421afb3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ public void Log<TState>(LogLevel level, TState state, Exception e, Func<TState,
}

public bool IsEnabled(LogLevel logLevel) => ApmLogger.IsEnabled(logLevel) || TraceLogger.IsEnabled(logLevel);


}

0 comments on commit 421afb3

Please sign in to comment.