Skip to content

Commit

Permalink
remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
df-wg committed Dec 15, 2024
1 parent 4b857df commit 1ca3e12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions v2/pkg/engine/datasource/httpclient/nethttpclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ func makeHTTPRequest(client *http.Client, ctx context.Context, url, method, head
setRequest(ctx, request)

response, err := client.Do(request)

if err != nil {
return err
}
Expand All @@ -211,7 +210,6 @@ func makeHTTPRequest(client *http.Client, ctx context.Context, url, method, head
setResponseStatus(ctx, request, response)

respReader, err := respBodyReader(response)

if err != nil {
return err
}
Expand Down

0 comments on commit 1ca3e12

Please sign in to comment.