Skip to content

Commit

Permalink
linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
psx95 committed Jun 4, 2024
1 parent 2f5a74c commit b199e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/metric/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ var userAgent = fmt.Sprintf("opentelemetry-go %s; google-cloud-metric-exporter %
// MonitoredResourceDescription is the struct which holds information required to map OTel resource to specific
// Google Cloud MonitoredResource.
type MonitoredResourceDescription struct {
mrType string
mrLabels map[string]struct{}
mrType string
}

// Option is function type that is passed to the exporter initialization function.
Expand Down

0 comments on commit b199e42

Please sign in to comment.