Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ymtdzzz committed Dec 16, 2024
1 parent 4f6de8b commit d1b0fe9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tuiexporter/internal/telemetry/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,6 @@ func (s *Store) RecalculateServiceRootSpanByIdx(idx int) {
return
}

type spanTreeNode struct {
span *SpanData
children []*spanTreeNode
}

spans := s.tracecache.tracesvc2spans[traceID][sname.AsString()]
spanMemo := make(map[string]bool)
for _, span := range spans {
Expand Down

0 comments on commit d1b0fe9

Please sign in to comment.