Skip to content

Commit 65c15a3

Browse files
darkfelinegopherbot
authored andcommitted
oauth2: remove extra period
Change-Id: I369d3bed0e28427b1e1d416952c3766932ba3773 GitHub-Last-Rev: ca611fe GitHub-Pull-Request: #724 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/587017 Auto-Submit: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Shin Fan <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent ce56909 commit 65c15a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: token.go

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

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

0 commit comments

Comments
 (0)