Skip to content

Commit

Permalink
gofumpt complaining in formating
Browse files Browse the repository at this point in the history
  • Loading branch information
pjuarezd committed Dec 16, 2022
1 parent eeb2fe9 commit 3bb9dda
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions kubectl-minio/cmd/helpers/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3bb9dda

Please sign in to comment.