Skip to content

Commit 86e86c5

Browse files
authored
Fix formatting error in caching_client_creator.go (palantir#93)
1 parent 9828fbb commit 86e86c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

githubapp/caching_client_creator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ func (c *cachingClientCreator) NewInstallationV4Client(installationID int64) (*g
109109
return client, nil
110110
}
111111

112-
113112
func (c *cachingClientCreator) NewTokenSourceClient(ts oauth2.TokenSource) (*github.Client, error) {
114113
// token clients are not cached
115114
return c.delegate.NewTokenSourceClient(ts)

0 commit comments

Comments
 (0)