Skip to content

Commit

Permalink
Fix formatting error in caching_client_creator.go (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluekeyes committed Jul 29, 2021
1 parent 9828fbb commit 86e86c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion githubapp/caching_client_creator.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ func (c *cachingClientCreator) NewInstallationV4Client(installationID int64) (*g
return client, nil
}


func (c *cachingClientCreator) NewTokenSourceClient(ts oauth2.TokenSource) (*github.Client, error) {
// token clients are not cached
return c.delegate.NewTokenSourceClient(ts)
Expand Down

0 comments on commit 86e86c5

Please sign in to comment.