From 3263a6fb3719148358ce11b3c744508451d6e1a6 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 12 Dec 2022 13:30:18 +0100 Subject: Format: Run gofumpt --- internal/oauth/oauth.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/oauth') diff --git a/internal/oauth/oauth.go b/internal/oauth/oauth.go index 67d9c8a..1dbdad4 100644 --- a/internal/oauth/oauth.go +++ b/internal/oauth/oauth.go @@ -454,7 +454,6 @@ func (oauth *OAuth) AuthURL(name string, postProcessAuth func(string) string) (s } u, err := httpw.ConstructURL(oauth.BaseAuthorizationURL, params) - if err != nil { return "", errors.WrapPrefix(err, "httpw.ConstructURL error", 0) } -- cgit v1.2.3