Skip to content

Commit aa0d81a

Browse files
committed
style: fix import ordering in gitops telemetry test
1 parent 0500439 commit aa0d81a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gitops/telemetry_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"context"
55
"testing"
66

7+
"go.opentelemetry.io/otel"
78
sdktrace "go.opentelemetry.io/otel/sdk/trace"
89
"go.opentelemetry.io/otel/sdk/trace/tracetest"
9-
"go.opentelemetry.io/otel"
1010
)
1111

1212
func TestSetGitContextAttrs(t *testing.T) {

0 commit comments

Comments
 (0)