Skip to content

Commit

Permalink
add line break after 80 characters
Browse files Browse the repository at this point in the history
Co-authored-by: Sander van Harmelen <sander@vanharmelen.nl>
  • Loading branch information
gro-gg and svanharmelen committed May 10, 2022
1 parent 093b405 commit 1b0cbf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions groups.go
Expand Up @@ -353,8 +353,8 @@ type TransferSubGroupOptions struct {
GroupID *int `url:"group_id,omitempty" json:"group_id,omitempty"`
}

// TransferSubGroup transfers a group to a new parent group or turn a subgroup to a top-level group.
// Available to administrators and users.
// TransferSubGroup transfers a group to a new parent group or turn a subgroup
// to a top-level group. Available to administrators and users.
//
// GitLab API docs:
// https://docs.gitlab.com/ee/api/groups.html#transfer-a-group-to-a-new-parent-group--turn-a-subgroup-to-a-top-level-group
Expand Down

0 comments on commit 1b0cbf3

Please sign in to comment.