Skip to content

Commit c304bc5

Browse files
committed
Lint.
Signed-off-by: Tom Wilkie <[email protected]>
1 parent 484b299 commit c304bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/querier/frontend/frontend.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type Config struct {
5959
CacheResults bool `yaml:"cache_results"`
6060
CompressResponses bool `yaml:"compress_responses"`
6161
ResultsCacheConfig `yaml:"results_cache"`
62-
DownstreamURL string `yaml:"downstream"`
62+
DownstreamURL string `yaml:"downstream"`
6363
}
6464

6565
// RegisterFlags adds the flags required to config this to the given FlagSet.

0 commit comments

Comments
 (0)