Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianlin-Zhao committed Aug 12, 2020
1 parent 5701303 commit c42cd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/include/opentelemetry/trace/span.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class Span
// Returns true if this Span is recording tracing events (e.g. SetAttribute,
// AddEvent).
virtual bool IsRecording() const noexcept = 0;

// Cannot have Tracer in Span right now because it will cause cyclical dependency issue
// virtual Tracer &tracer() const noexcept = 0;

Expand Down

0 comments on commit c42cd38

Please sign in to comment.