Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Sep 9, 2024
1 parent ee8a03a commit cd973d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion router/middleware/tracing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ import (
"testing"

"github.com/gin-gonic/gin"
"github.com/go-vela/server/tracing"
sdktrace "go.opentelemetry.io/otel/sdk/trace"
"go.opentelemetry.io/otel/trace"

"github.com/go-vela/server/tracing"
)

func TestMiddleware_TracingClient(t *testing.T) {
Expand Down

0 comments on commit cd973d5

Please sign in to comment.