diff --git a/examples/http/tracer_common.h b/examples/http/tracer_common.h index f4d1402f24..0b74d2ff8e 100644 --- a/examples/http/tracer_common.h +++ b/examples/http/tracer_common.h @@ -26,7 +26,7 @@ template class HttpTextMapCarrier : public opentelemetry::context::propagation::TextMapCarrier { public: - HttpTextMapCarrier(T &headers) : headers_(headers) {} + HttpTextMapCarrier(T &headers) : headers_(headers) {} HttpTextMapCarrier() = default; virtual opentelemetry::nostd::string_view Get( opentelemetry::nostd::string_view key) const noexcept override