go fmt fixes

This commit is contained in:
bergquist 2018-05-28 20:47:48 +02:00
parent bafe25fbd9
commit d7b5fb4604

View File

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