Skip to content

Commit

Permalink
gofmt to see if it helps with semaphore issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chang-you committed Jul 6, 2023
1 parent e02b924 commit 7fdd47d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/spire_producer.example/spire_producer.example.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func retrieveJWTToken(ctx context.Context, principal, socketPath string, audienc
ctx,
workloadapi.WithClientOptions(workloadapi.WithAddr(socketPath)),
)
//workloadapi.ValidateJWTSVID()
if err != nil {
return kafka.OAuthBearerToken{}, nil, fmt.Errorf("unable to create JWTSource: %w", err)
}
Expand Down

0 comments on commit 7fdd47d

Please sign in to comment.