Fix format issues

This commit is contained in:
Shin Fan
2021-06-15 11:38:03 -07:00
parent a4ca1949a3
commit efb2e8a08a

View File

@@ -139,7 +139,7 @@ func TestJWTAccessTokenSourceWithScope(t *testing.T) {
}
func setupDummyKey(t *testing.T) {
once.Do(func () {
once.Do(func() {
// Generate a key we can use in the test data.
pk, err := rsa.GenerateKey(rand.Reader, 2048)
if err != nil {