Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
elsesiy committed Aug 1, 2024
1 parent b906238 commit 5bcbeef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pkg/cmd/view-secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ var ErrInsufficientArgs = fmt.Errorf("\nincorrect number or arguments, see --hel

// CommandOpts is the struct holding common properties
type CommandOpts struct {
customNamespace string
customContext string
decodeAll bool
kubeConfig string
secretName string
secretKey string
quiet bool
impersonateAs string
impersonateAsGroups string
customContext string
customNamespace string
decodeAll bool
impersonateAs string
impersonateAsGroups string
kubeConfig string
quiet bool
secretKey string
secretName string
}

// NewCmdViewSecret creates the cobra command to be executed
Expand Down

0 comments on commit 5bcbeef

Please sign in to comment.