Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspimentel committed Dec 19, 2024
1 parent 19ffb0a commit f296fa8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/build/docker/dotnet/parametric/Endpoints/ApmTestApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ private static async Task<string> ExtractHeaders(HttpRequest request)
private static async Task<string> InjectHeaders(HttpRequest request)
{
var requestJson = await ParseJsonAsync(request.Body);

var span = FindSpan(requestJson);
var httpHeaders = new List<string[]>();

Expand All @@ -224,7 +223,6 @@ private static async Task FinishSpan(HttpRequest request)
private static string Crash(HttpRequest request)
{
var thread = new Thread(() => throw new BadImageFormatException("Expected"));

thread.Start();
thread.Join();

Expand Down

0 comments on commit f296fa8

Please sign in to comment.