Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
VinozzZ committed Jul 31, 2024
1 parent 241f714 commit 13279c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion instrumentation/net/http/otelhttp/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ func (t *Transport) RoundTrip(r *http.Request) (*http.Response, error) {

res, err := t.rt.RoundTrip(r)
if err != nil {

// set error type attribute if the error is part of the predefined
// error types.
// otherwise, record it as an exception
Expand Down

0 comments on commit 13279c3

Please sign in to comment.