Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rarguelloF committed May 29, 2023
1 parent ac7b962 commit d92356d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/google.golang.org/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ var apiEndpointsTree *tree.Tree

func init() {
telemetry.LoadIntegration(componentName)
initApiEndpointsTree()
initAPIEndpointsTree()
}

func initApiEndpointsTree() {
func initAPIEndpointsTree() {
var apiEndpoints []tree.Endpoint
if err := json.Unmarshal(endpointBytes, &apiEndpoints); err != nil {
log.Warn("contrib/google.golang.org/api: failed load json endpoints: %v", err)
Expand Down

0 comments on commit d92356d

Please sign in to comment.