Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
franmoore05 committed Feb 5, 2024
1 parent b788e5e commit 71ceed9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interceptor/interceptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func NewRoundTripper(domain, contextURL string, rt http.RoundTripper) *Transport

if cfg.OtelEnabled {
return &Transport{domain, contextURL, otelhttp.NewTransport(rt)}

}

return &Transport{domain, contextURL, rt}
Expand Down

0 comments on commit 71ceed9

Please sign in to comment.