From b1fac60c79d10c46ebab7e935e6571ec21e060c6 Mon Sep 17 00:00:00 2001 From: pureiboi <17396188+pureiboi@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:15:39 +0800 Subject: [PATCH] fix indentation by linter Signed-off-by: pureiboi <17396188+pureiboi@users.noreply.github.com> --- cmd/thanos/receive.go | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/cmd/thanos/receive.go b/cmd/thanos/receive.go index ea16721290..56e8a35203 100644 --- a/cmd/thanos/receive.go +++ b/cmd/thanos/receive.go @@ -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