Skip to content

Commit

Permalink
Missed a second blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
conor-mccullough committed Feb 22, 2024
1 parent 3992d83 commit 5c478f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helper/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func (t *TransportWrapper) SetTLSConfig(c *tls.Config) error {
func (t *TransportWrapper) RoundTrip(req *http.Request) (*http.Response, error) {
transportID := uuid.New().String()
if logging.IsDebugOrHigher() {

var origHeaders http.Header
if len(t.options.HMACRequestHeaders) > 0 && len(req.Header) > 0 {
origHeaders = req.Header.Clone()
Expand Down

0 comments on commit 5c478f1

Please sign in to comment.