Skip to content

Commit 2d06797

Browse files
yashmehrotramoshloop
authored andcommitted
chore: fix lint
1 parent cc61eaa commit 2d06797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connection/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func CreateHTTPClient(ctx ConnectionContext, conn HTTPConnection) (*http.Client,
105105
HandshakeTimeout: conn.TLS.HandshakeTimeout,
106106
})
107107
if err != nil {
108-
return nil, fmt.Errorf("error setting tls config: %w")
108+
return nil, fmt.Errorf("error setting tls config: %w", err)
109109
}
110110
}
111111

0 commit comments

Comments
 (0)