Skip to content

Commit

Permalink
revert back syntax on extractpathwaycontext
Browse files Browse the repository at this point in the history
  • Loading branch information
veerbia committed Sep 24, 2024
1 parent f682a53 commit 878f695
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ public async Task DisposeAsync()
/// </summary>
public PathwayContext? ExtractPathwayContext<TCarrier>(TCarrier headers)
where TCarrier : IBinaryHeadersCollection
{
return IsEnabled ? DataStreamsContextPropagator.Instance.Extract(headers) : null;
}
=> IsEnabled ? DataStreamsContextPropagator.Instance.Extract(headers) : null;

/// <summary>
/// Injects a <see cref="PathwayContext"/> into headers
Expand Down

0 comments on commit 878f695

Please sign in to comment.