Skip to content

Commit

Permalink
Tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Jun 16, 2022
1 parent 1a36778 commit 2ea06e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenTelemetry/Logs/OpenTelemetryLoggerProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ protected override void Dispose(bool disposing)
base.Dispose(disposing);
}

private static OpenTelemetryLoggerOptions BuildOptions(Action<OpenTelemetryLoggerOptions>? configure = null)
private static OpenTelemetryLoggerOptions BuildOptions(Action<OpenTelemetryLoggerOptions>? configure)
{
OpenTelemetryLoggerOptions options = new();
configure?.Invoke(options);
Expand Down

0 comments on commit 2ea06e1

Please sign in to comment.