Skip to content

Commit

Permalink
Keep comment line width below 80 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen committed Sep 2, 2023
1 parent 2496a42 commit facdd3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions protected_environments.go
Expand Up @@ -203,8 +203,8 @@ type UpdateProtectedEnvironmentsOptions struct {
ApprovalRules *[]*UpdateEnvironmentApprovalRuleOptions `url:"approval_rules,omitempty" json:"approval_rules,omitempty"`
}

// UpdateEnvironmentAccessOptions represents the options for updates to an access decription for
// a protected environment.
// UpdateEnvironmentAccessOptions represents the options for updates to an
// access decription for a protected environment.
//
// GitLab API docs:
// https://docs.gitlab.com/ee/api/protected_environments.html#update-a-protected-environment
Expand All @@ -216,8 +216,8 @@ type UpdateEnvironmentAccessOptions struct {
Destroy *bool `url:"_destroy,omitempty" json:"_destroy,omitempty"`
}

// UpdateEnvironmentApprovalRuleOptions represents the updates to the approval rules
// for a protected environment.
// UpdateEnvironmentApprovalRuleOptions represents the updates to the approval
// rules for a protected environment.
//
// GitLab API docs:
// https://docs.gitlab.com/ee/api/protected_environments.html#update-a-protected-environment
Expand Down

0 comments on commit facdd3c

Please sign in to comment.