remove blank line that tripped up make verify-proto

This commit is contained in:
James Nord 2019-02-04 13:55:20 +00:00
parent 9840fccdbb
commit fe247b106b

View file

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