Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
esigo committed Mar 13, 2022
1 parent 2e8130e commit 258ca98
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class AttributesProcessor
// @returns The processed attributes
virtual MetricAttributes process(
const opentelemetry::common::KeyValueIterable &attributes) const noexcept = 0;
virtual ~AttributesProcessor() = default;

virtual ~AttributesProcessor() = default;
};

/**
Expand Down

0 comments on commit 258ca98

Please sign in to comment.