mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
Run a more strict formatter over the code (#11312)
* Update tooling * Run gofumpt * go mod vendor
This commit is contained in:
@@ -14,8 +14,10 @@ import (
|
||||
"github.com/ryanuber/columnize"
|
||||
)
|
||||
|
||||
var _ cli.Command = (*OperatorUsageCommand)(nil)
|
||||
var _ cli.CommandAutocomplete = (*OperatorUsageCommand)(nil)
|
||||
var (
|
||||
_ cli.Command = (*OperatorUsageCommand)(nil)
|
||||
_ cli.CommandAutocomplete = (*OperatorUsageCommand)(nil)
|
||||
)
|
||||
|
||||
type OperatorUsageCommand struct {
|
||||
*BaseCommand
|
||||
@@ -240,7 +242,6 @@ func (c *OperatorUsageCommand) parseNamespaceCount(rawVal interface{}) (UsageRes
|
||||
}
|
||||
|
||||
return ret, nil
|
||||
|
||||
}
|
||||
|
||||
func (c *OperatorUsageCommand) namespacesOutput(data map[string]interface{}) []string {
|
||||
|
||||
Reference in New Issue
Block a user