From 1cddea150121f038b858353cb94481962f0ade9e Mon Sep 17 00:00:00 2001 From: alexgreenbank Date: Fri, 20 Oct 2023 18:36:10 +0000 Subject: [PATCH] gofmt --- storage/remote/client.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/storage/remote/client.go b/storage/remote/client.go index a6a62a182f..67db8f4d02 100644 --- a/storage/remote/client.go +++ b/storage/remote/client.go @@ -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