Skip to content

Commit 07da0b7

Browse files
author
Jan Sternagel
committed
linting improvement
1 parent f92f4c5 commit 07da0b7

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/beta/kms/key/list

1 file changed

+1
-1
lines changed

internal/cmd/beta/kms/key/list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func buildRequest(ctx context.Context, model *inputModel, apiClient *kms.APIClie
9999
return req
100100
}
101101

102-
func outputResult(p *print.Printer, outputFormat string, projectId, keyRingId string, keys []kms.Key) error {
102+
func outputResult(p *print.Printer, outputFormat, projectId, keyRingId string, keys []kms.Key) error {
103103
switch outputFormat {
104104
case print.JSONOutputFormat:
105105
details, err := json.MarshalIndent(keys, "", " ")

0 commit comments

Comments
 (0)