Skip to content

Commit

Permalink
Merge branch 'main' into fix_tsan_for_otlp_file_exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed May 24, 2024
2 parents acf7541 + 78d488c commit 53b7217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/include/opentelemetry/trace/trace_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class OPENTELEMETRY_EXPORT TraceState
[&header_s, &first](nostd::string_view key, nostd::string_view value) noexcept {
if (!first)
{
header_s.append(",");
header_s.append(1, kMembersSeparator);
}
else
{
Expand Down

0 comments on commit 53b7217

Please sign in to comment.