From 3bb9dda1a260b9709a09fea6418648ebd7cff450 Mon Sep 17 00:00:00 2001 From: pjuarezd Date: Fri, 16 Dec 2022 13:03:54 -0600 Subject: [PATCH] gofumpt complaining in formating --- kubectl-minio/cmd/helpers/constants.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/kubectl-minio/cmd/helpers/constants.go b/kubectl-minio/cmd/helpers/constants.go index 3f2101ecac1..3a74a19a20f 100644 --- a/kubectl-minio/cmd/helpers/constants.go +++ b/kubectl-minio/cmd/helpers/constants.go @@ -45,7 +45,5 @@ const ( DefaultKESImage = "minio/kes:v0.18.0" ) -var ( - // KESReplicas is the number of replicas for MinIO KES - KESReplicas int32 = 2 -) +// KESReplicas is the number of replicas for MinIO KES +var KESReplicas int32 = 2