From fe247b106b65e71a6f5b1b40a3b27b3850bd0a67 Mon Sep 17 00:00:00 2001
From: James Nord <jnord+github@cloudbees.com>
Date: Mon, 4 Feb 2019 13:55:20 +0000
Subject: [PATCH] remove blank line that tripped up `make verify-proto`

---
 connector/github/github.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/connector/github/github.go b/connector/github/github.go
index 13a00f52..9f7c2782 100644
--- a/connector/github/github.go
+++ b/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)
-- 
GitLab