Skip to content

Commit

Permalink
Remove once to fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Eckert committed Jul 22, 2022
1 parent 236abf7 commit 2851b67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli/cmd/version/version.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package version

import (
"sync"

"github.com/hashicorp/consul-k8s/cli/common"
"github.com/hashicorp/consul-k8s/cli/common/terminal"
)
Expand All @@ -12,8 +10,6 @@ type Command struct {

// Version is the Consul on Kubernetes CLI version.
Version string

once sync.Once
}

// Run prints the version of the Consul on Kubernetes CLI.
Expand Down

0 comments on commit 2851b67

Please sign in to comment.