Skip to content

Commit b78b7fd

Browse files
committed
Fixup
1 parent 662c5c5 commit b78b7fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents/otlp/src/otlp_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class MetricDataBatch {
6868
MetricVector metrics = std::move(metrics_);
6969
Reset();
7070
return metrics;
71-
};
71+
}
7272

7373
void IncrementPoints(std::size_t count = 1) {
7474
total_points_ += count;

0 commit comments

Comments
 (0)