Skip to content

Commit

Permalink
fix indentation by linter
Browse files Browse the repository at this point in the history
Signed-off-by: pureiboi <[email protected]>
  • Loading branch information
pureiboi committed Oct 17, 2024
1 parent 23b93f1 commit b1fac60
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions cmd/thanos/receive.go
Original file line number Diff line number Diff line change
Expand Up @@ -818,17 +818,17 @@ type receiveConfig struct {

grpcConfig grpcConfig

replicationAddr string
rwAddress string
rwServerCert string
rwServerKey string
rwServerClientCA string
rwClientCert string
rwClientKey string
rwClientSecure bool
rwClientServerCA string
rwClientServerName string
rwClientSkipVerify bool
replicationAddr string
rwAddress string
rwServerCert string
rwServerKey string
rwServerClientCA string
rwClientCert string
rwClientKey string
rwClientSecure bool
rwClientServerCA string
rwClientServerName string
rwClientSkipVerify bool
rwServerTlsMinVersion string

dataDir string
Expand Down

0 comments on commit b1fac60

Please sign in to comment.