From c42cd38c7343c9059d9754c07d1d034a009badac Mon Sep 17 00:00:00 2001 From: Tianlin Zhao Date: Wed, 12 Aug 2020 16:22:33 -0400 Subject: [PATCH] format --- api/include/opentelemetry/trace/span.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/include/opentelemetry/trace/span.h b/api/include/opentelemetry/trace/span.h index c8b037e1e0..eda6d30bfc 100644 --- a/api/include/opentelemetry/trace/span.h +++ b/api/include/opentelemetry/trace/span.h @@ -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;