Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Mar 27, 2024
1 parent 246b709 commit d3072fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion otelcol/internal/configunmarshaler/configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ package configunmarshaler // import "go.opentelemetry.io/collector/otelcol/inter
import (
"fmt"

"golang.org/x/exp/maps"

"go.opentelemetry.io/collector/component"
"go.opentelemetry.io/collector/confmap"
"golang.org/x/exp/maps"
)

type Configs[F component.Factory] struct {
Expand Down

0 comments on commit d3072fb

Please sign in to comment.