mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
Run a more strict formatter over the code (#11312)
* Update tooling * Run gofumpt * go mod vendor
This commit is contained in:
@@ -8,8 +8,10 @@ import (
|
||||
"github.com/posener/complete"
|
||||
)
|
||||
|
||||
var _ cli.Command = (*NamespaceLookupCommand)(nil)
|
||||
var _ cli.CommandAutocomplete = (*NamespaceLookupCommand)(nil)
|
||||
var (
|
||||
_ cli.Command = (*NamespaceLookupCommand)(nil)
|
||||
_ cli.CommandAutocomplete = (*NamespaceLookupCommand)(nil)
|
||||
)
|
||||
|
||||
type NamespaceLookupCommand struct {
|
||||
*BaseCommand
|
||||
|
||||
Reference in New Issue
Block a user