From 57705feadd598c9a14df53b83161b8f020731bd6 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 16 Feb 2023 16:03:46 +0100 Subject: Format: Run gofumpt --- internal/oauth/oauth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/oauth') diff --git a/internal/oauth/oauth.go b/internal/oauth/oauth.go index c11179c..7200a95 100644 --- a/internal/oauth/oauth.go +++ b/internal/oauth/oauth.go @@ -281,7 +281,7 @@ func (oauth *OAuth) refreshResponse(r string) (*TokenResponse, time.Time, error) return nil, time.Time{}, errors.New("No client ID was cached for refresh") } data := url.Values{ - "client_id": {oauth.ClientID}, + "client_id": {oauth.ClientID}, "refresh_token": {r}, "grant_type": {"refresh_token"}, } -- cgit v1.2.3