Skip to content
Snippets Groups Projects
Commit fe247b10 authored by James Nord's avatar James Nord
Browse files

remove blank line that tripped up `make verify-proto`

parent 9840fccd
No related branches found
No related tags found
No related merge requests found
...@@ -275,7 +275,6 @@ func (c *githubConnector) HandleCallback(s connector.Scopes, r *http.Request) (i ...@@ -275,7 +275,6 @@ func (c *githubConnector) HandleCallback(s connector.Scopes, r *http.Request) (i
identity.UserID = user.Login identity.UserID = user.Login
} }
// Only set identity.Groups if 'orgs', 'org', or 'groups' scope are specified. // Only set identity.Groups if 'orgs', 'org', or 'groups' scope are specified.
if c.groupsRequired(s.Groups) { if c.groupsRequired(s.Groups) {
groups, err := c.getGroups(ctx, client, s.Groups, user.Login) groups, err := c.getGroups(ctx, client, s.Groups, user.Login)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment