Skip to content

Commit

Permalink
fixing gh-action error by running go fmt ./...
Browse files Browse the repository at this point in the history
  • Loading branch information
elkezza committed Nov 11, 2024
1 parent 9904f2d commit 8845042
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/iam_api_key_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
)

type iamAPIKeyShowOutput struct {
Name string `json:"name"`
Key string `json:"key"`
Secret string `json:"secret"`
Name string `json:"name"`
Key string `json:"key"`
Secret string `json:"secret"`
Role v3.UUID `json:"role-id"`
}

Expand Down

0 comments on commit 8845042

Please sign in to comment.