Skip to content

Commit

Permalink
Remove trailing spaces to satisfy code sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
epaulsen committed Jun 15, 2021
1 parent d02c3ca commit 24ac5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Contrib.Instrumentation.Wcf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ using var openTelemetry = Sdk.CreateTracerProviderBuilder()

// Enable enriching an activity after it is created.
options.Enrich = (activity, eventName, message) =>
{
{
var wcfMessage = message as Message;

// For event names, please refer to string constants in
Expand Down

0 comments on commit 24ac5d7

Please sign in to comment.