Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Jones committed Sep 12, 2023
1 parent 93050ce commit bb7bca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcv_delegation.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type DCVDelegationResponse struct {
ResultInfo `json:"result_info"`
}

type GetDCVDelegationParams struct {}
type GetDCVDelegationParams struct{}

// GetDCVDelegation gets a zone DCV Delegation UUID.
//
Expand Down

0 comments on commit bb7bca0

Please sign in to comment.