Skip to content

Commit

Permalink
adjust indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
technomad21c committed Jun 15, 2020
1 parent 9c92a8a commit dedd1e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/commands/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ const listTemplateSrc = `{{range . -}}
Public Key Hash: {{.PublicKeyHash}}
Vault: {{.VaultName}}
ID: {{.ID}}
Status: {{.Status}}
Status: {{.Status}}
{{with .Policy -}}
Allowed Operations: {{.AllowedOperations}}
Allowed Kinds: {{.AllowedKinds}}
{{else -}}
*DISABLED*
{{end}}
{{end -}}
`
Expand Down

0 comments on commit dedd1e6

Please sign in to comment.