Skip to content

Commit

Permalink
Indentation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
denisivan0v committed Jan 27, 2022
1 parent c8e2fd0 commit 1145ef7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ internal static class HttpRequestMessageContextPropagation

internal static Action<HttpRequestMessage, string, string> HeaderValueSetter => (request, name, value) =>
{
request.Headers.Remove(name);
request.Headers.Remove(name);
request.Headers.Add(name, value);
};
}
Expand Down

0 comments on commit 1145ef7

Please sign in to comment.