Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Jun 8, 2023
1 parent 1a38bca commit f99a9b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions pkg/ottl/ottlfuncs/func_is_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package ottlfuncs // import "github.com/open-telemetry/opentelemetry-collector-c
import (
"context"
"fmt"

"go.opentelemetry.io/collector/pdata/pcommon"

"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl"
Expand Down
2 changes: 1 addition & 1 deletion pkg/ottl/ottlfuncs/func_is_map_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package ottlfuncs

import (
"context"
"go.opentelemetry.io/collector/pdata/pcommon"
"testing"

"github.com/stretchr/testify/assert"
"go.opentelemetry.io/collector/pdata/pcommon"

"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl"
)
Expand Down
4 changes: 3 additions & 1 deletion pkg/ottl/ottlfuncs/func_is_string.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ package ottlfuncs // import "github.com/open-telemetry/opentelemetry-collector-c
import (
"context"
"fmt"
"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl"

"go.opentelemetry.io/collector/pdata/pcommon"

"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl"
)

type IsStringArguments[K any] struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/ottl/ottlfuncs/func_is_string_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package ottlfuncs

import (
"context"
"go.opentelemetry.io/collector/pdata/pcommon"
"testing"

"github.com/stretchr/testify/assert"
"go.opentelemetry.io/collector/pdata/pcommon"

"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl"
)
Expand Down

0 comments on commit f99a9b2

Please sign in to comment.