Browse Source

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

pull/1396/head
James Nord 7 years ago
parent
commit
fe247b106b
  1. 1
      connector/github/github.go

1
connector/github/github.go

@ -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)

Loading…
Cancel
Save