Skip to content

Commit

Permalink
fix: linting and fmted
Browse files Browse the repository at this point in the history
Signed-off-by: nabil salah <[email protected]>
  • Loading branch information
Nabil-Salah committed Jan 23, 2025
1 parent e7e491d commit 4dc49ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion model/keyvalue.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ const (
SpanKindProducer SpanKind = jaegerIdlModel.SpanKindProducer
SpanKindConsumer SpanKind = jaegerIdlModel.SpanKindConsumer
SpanKindInternal SpanKind = jaegerIdlModel.SpanKindInternal
SpanKindUnspecified SpanKind =jaegerIdlModel.SpanKindUnspecified
SpanKindUnspecified SpanKind = jaegerIdlModel.SpanKindUnspecified
)

func SpanKindFromString(kind string) (SpanKind, error) {
return jaegerIdlModel.SpanKindFromString(kind)
}
Expand Down

0 comments on commit 4dc49ee

Please sign in to comment.