Skip to content

Commit

Permalink
Run Formatter
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <[email protected]>
  • Loading branch information
mahadzaryab1 committed Dec 18, 2024
1 parent 711f21a commit b46b2af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/query/app/querysvc/adjuster/spaniduniquifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ import (
"github.com/jaegertracing/jaeger/internal/jptrace"
)

var (
errTooManySpans = errors.New("cannot assign unique span ID, too many spans in the trace")
)
var errTooManySpans = errors.New("cannot assign unique span ID, too many spans in the trace")

// SpanIDUniquifier returns an adjuster that changes span ids for server
// spans (i.e. spans with tag: span.kind == server) if there is another
Expand Down

0 comments on commit b46b2af

Please sign in to comment.