From 86e86c5fc977c762f82b2228be84134b421e78fe Mon Sep 17 00:00:00 2001 From: Billy Keyes Date: Thu, 29 Jul 2021 16:49:01 -0700 Subject: [PATCH] Fix formatting error in caching_client_creator.go (#93) --- githubapp/caching_client_creator.go | 1 - 1 file changed, 1 deletion(-) diff --git a/githubapp/caching_client_creator.go b/githubapp/caching_client_creator.go index 8445a9bd0..575d97229 100644 --- a/githubapp/caching_client_creator.go +++ b/githubapp/caching_client_creator.go @@ -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)