Skip to content

Commit 8667432

Browse files
committed
Fixup
1 parent f566a70 commit 8667432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)