Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgreenbank authored and npazosmendez committed Nov 9, 2023
1 parent 8ab14f2 commit 1cddea1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions storage/remote/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ func init() {

// Client allows reading and writing from/to a remote HTTP endpoint.
type Client struct {
remoteName string // Used to differentiate clients in metrics.
urlString string // url.String()
remoteName string // Used to differentiate clients in metrics.
urlString string // url.String()
remotewrite11 bool
Client *http.Client
timeout time.Duration
Client *http.Client
timeout time.Duration

retryOnRateLimit bool

Expand Down

0 comments on commit 1cddea1

Please sign in to comment.