Skip to content

Commit

Permalink
fix lint error (gofumpt)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Aug 28, 2024
1 parent e6762be commit 37d5b47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ import (
"github.com/valyala/fasthttp/fasthttpproxy"
)

var (
ErrFailedToAppendCert = errors.New("failed to append certificate")
)
var ErrFailedToAppendCert = errors.New("failed to append certificate")

// The Client is used to create a Fiber Client with
// client-level settings that apply to all requests
Expand Down

0 comments on commit 37d5b47

Please sign in to comment.