summaryrefslogtreecommitdiff
path: root/internal/oauth
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-12-12 13:30:18 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-12-12 13:39:21 +0100
commit3263a6fb3719148358ce11b3c744508451d6e1a6 (patch)
treed9661922d9522eff4051db816036cda88aefe6ac /internal/oauth
parent7aca778d6433373b5c65d4172b28a4461239e3f8 (diff)
Format: Run gofumpt
Diffstat (limited to 'internal/oauth')
-rw-r--r--internal/oauth/oauth.go1
1 files changed, 0 insertions, 1 deletions
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)
}