Browse Source

go fmt fixes

bergquist 7 years ago
parent
commit
d7b5fb4604
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/api/login_oauth.go

+ 1 - 1
pkg/api/login_oauth.go

@@ -75,7 +75,7 @@ func OAuthLogin(ctx *m.ReqContext) {
 		ctx.Handle(500, "login.OAuthLogin(state mismatch)", nil)
 		return
 	}
-	
+
 	// handle call back
 	tr := &http.Transport{
 		Proxy: http.ProxyFromEnvironment,