Skip to content

Commit

Permalink
#1034: fixed trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rypdal committed Mar 3, 2023
1 parent ed1ef5a commit 2061808
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ internal static void Inject(IRequestContextAdapter request, PropagationContext p
}

var carrier = new Dictionary<string, string>();
Propagators.DefaultTextMapPropagator.Inject(propagationContext, carrier, (c, k, v) => c[k] = v);
Propagators.DefaultTextMapPropagator.Inject(propagationContext, carrier, (c, k, v) => c[k] = v);
request.AddAttributes(carrier);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public void AddAttributes(IReadOnlyDictionary<string, string> attributes)
}
}


private void AddAttribute(string name, string value, int attributeIndex)
{
if (!this.CanInject)
Expand Down

0 comments on commit 2061808

Please sign in to comment.