Skip to content

Commit 1154f4b

Browse files
committed
Fix
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 3b5c16b commit 1154f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/instrumentation/exporter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ package instrumentation
1616

1717
import (
1818
"fmt"
19-
"github.com/open-telemetry/opentelemetry-operator/internal/naming"
2019
"path/filepath"
2120

2221
corev1 "k8s.io/api/core/v1"
2322

2423
"github.com/open-telemetry/opentelemetry-operator/apis/v1alpha1"
24+
"github.com/open-telemetry/opentelemetry-operator/internal/naming"
2525
"github.com/open-telemetry/opentelemetry-operator/pkg/constants"
2626
)
2727

0 commit comments

Comments
 (0)