From 89100283c78d84a3dd3465ec07e03cbadc0efd58 Mon Sep 17 00:00:00 2001 From: Neil Fordyce Date: Mon, 28 Sep 2020 15:18:43 +0100 Subject: [PATCH] query-frontend: gofmt Signed-off-by: Neil Fordyce --- cmd/thanos/query_frontend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/thanos/query_frontend.go b/cmd/thanos/query_frontend.go index 852a161ed14..2238ec064a9 100644 --- a/cmd/thanos/query_frontend.go +++ b/cmd/thanos/query_frontend.go @@ -35,7 +35,7 @@ import ( type queryFrontendConfig struct { http httpConfig queryfrontend.Config - orgIdHeaders []string + orgIdHeaders []string } func registerQueryFrontend(app *extkingpin.App) {