Skip to content

Commit

Permalink
fix format change
Browse files Browse the repository at this point in the history
  • Loading branch information
esigo committed Jul 11, 2021
1 parent ddf3de1 commit a97927c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ class Recordable final : public sdk::trace::Recordable
void AddLink(const opentelemetry::trace::SpanContext &span_context,
const common::KeyValueIterable &attributes) noexcept override;

void SetStatus(opentelemetry::trace::StatusCode code, nostd::string_view description) noexcept override;
void SetStatus(opentelemetry::trace::StatusCode code,
nostd::string_view description) noexcept override;

void SetName(nostd::string_view name) noexcept override;

Expand Down

0 comments on commit a97927c

Please sign in to comment.