remove blank line that tripped up make verify-proto
This commit is contained in:
parent
9840fccdbb
commit
fe247b106b
1 changed files with 0 additions and 1 deletions
|
@ -275,7 +275,6 @@ func (c *githubConnector) HandleCallback(s connector.Scopes, r *http.Request) (i
|
|||
identity.UserID = user.Login
|
||||
}
|
||||
|
||||
|
||||
// Only set identity.Groups if 'orgs', 'org', or 'groups' scope are specified.
|
||||
if c.groupsRequired(s.Groups) {
|
||||
groups, err := c.getGroups(ctx, client, s.Groups, user.Login)
|
||||
|
|
Reference in a new issue