Skip to content

Commit

Permalink
ran go fmt to fix other issues
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Hoey <[email protected]>
  • Loading branch information
snuggie12 committed Oct 28, 2022
1 parent 6e750a8 commit 4922669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/google/google.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func (c *googleConnector) createIdentity(ctx context.Context, identity connector
// getGroupsList returns a list of Groups from google
func (c *googleConnector) getGroupsList(email string, nextPageToken string) (*admin.Groups, error) {
groupsList, err := c.adminSrv.Groups.List().
UserKey(email).PageToken(nextPageToken).Do()
UserKey(email).PageToken(nextPageToken).Do()
return groupsList, err
}

Expand Down

0 comments on commit 4922669

Please sign in to comment.