Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay committed Feb 5, 2025
1 parent af94c0b commit 0bf26f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion internal/manifests/manifestutils/tracing.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package manifestutils

import (
"fmt"
"net/url"

"github.com/imdario/mergo"
corev1 "k8s.io/api/core/v1"
"net/url"

"github.com/grafana/tempo-operator/api/tempo/v1alpha1"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/manifests/manifestutils/tracing_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package manifestutils

import (
"github.com/stretchr/testify/require"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

Expand Down

0 comments on commit 0bf26f8

Please sign in to comment.