Skip to content

Commit 0ae4d52

Browse files
committed
Fix extra period
1 parent 5fd4241 commit 0ae4d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func tokenFromInternal(t *internal.Token) *Token {
162162

163163
// retrieveToken takes a *Config and uses that to retrieve an *internal.Token.
164164
// This token is then mapped from *internal.Token into an *oauth2.Token which is returned along
165-
// with an error..
165+
// with an error.
166166
func retrieveToken(ctx context.Context, c *Config, v url.Values) (*Token, error) {
167167
tk, err := internal.RetrieveToken(ctx, c.ClientID, c.ClientSecret, c.Endpoint.TokenURL, v, internal.AuthStyle(c.Endpoint.AuthStyle), c.authStyleCache.Get())
168168
if err != nil {

0 commit comments

Comments
 (0)