Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisecheng committed Jul 19, 2024
1 parent 599858e commit 2aa64bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/ottl/ottlfuncs/func_murmurhash3.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ import (
"encoding/hex"
"fmt"

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

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

const (
Expand Down

0 comments on commit 2aa64bf

Please sign in to comment.