Skip to content

Commit 94ed0c7

Browse files
committed
fix style
1 parent eb38245 commit 94ed0c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

github/orgs_teams.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ func (s *OrganizationsService) GetTeam(ctx context.Context, team int) (*Team, *R
116116

117117
// NewTeam represents a team to be created or modified.
118118
type NewTeam struct {
119-
120-
// The name of the team (Required.)
121-
Name string `json:"name"`
119+
Name string `json:"name"` // Name of the team (Required.)
122120
Description *string `json:"description,omitempty"`
123121
Maintainers []string `json:"maintainers,omitempty"`
124122
RepoNames []string `json:"repo_names,omitempty"`

0 commit comments

Comments
 (0)