Skip to content

Commit a4c5128

Browse files
committed
Remove named returns
1 parent 41108e8 commit a4c5128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/resource_github_team_settings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ func resourceGithubTeamSettingsImport(ctx context.Context, d *schema.ResourceDat
306306
return []*schema.ResourceData{d}, nil
307307
}
308308

309-
func resolveTeamIDs(ctx context.Context, meta *Owner, idOrSlug string) (nodeId, slug string, err error) {
309+
func resolveTeamIDs(ctx context.Context, meta *Owner, idOrSlug string) (string, string, error) {
310310
team, err := getTeam(ctx, meta, idOrSlug)
311311
if err != nil {
312312
return "", "", err

0 commit comments

Comments
 (0)