From 7dc2002ca945fec5106b5e2fe8ead5c42722db77 Mon Sep 17 00:00:00 2001 From: alexgreenbank Date: Fri, 20 Oct 2023 18:36:10 +0000 Subject: [PATCH] gofmt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicolás Pazos --- 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 a6a62a182..67db8f4d0 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