Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ymtdzzz committed Oct 29, 2024
1 parent 3c38798 commit ce8edc9
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 ce8edc9

Please sign in to comment.