Skip to content

Commit

Permalink
fix namespace in trace_state class (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Jan 21, 2021
1 parent 1a55ef1 commit c4df3bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions api/include/opentelemetry/trace/trace_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
#include "opentelemetry/nostd/string_view.h"
#include "opentelemetry/nostd/unique_ptr.h"

namespace opentelemetry
{
OPENTELEMETRY_BEGIN_NAMESPACE
namespace trace
{

Expand Down Expand Up @@ -193,4 +192,4 @@ class TraceState
};

} // namespace trace
} // namespace opentelemetry
OPENTELEMETRY_END_NAMESPACE

0 comments on commit c4df3bf

Please sign in to comment.