From ddf1da242d8d406e1288a05f3c1c7b4931a81f37 Mon Sep 17 00:00:00 2001 From: owentou Date: Sat, 23 Oct 2021 22:20:14 +0800 Subject: [PATCH] Fix #1028 Signed-off-by: owentou --- .../opentelemetry/sdk/metrics/sync_instruments.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sdk/include/opentelemetry/sdk/metrics/sync_instruments.h b/sdk/include/opentelemetry/sdk/metrics/sync_instruments.h index e97c09aa5e..0c1bd1a245 100644 --- a/sdk/include/opentelemetry/sdk/metrics/sync_instruments.h +++ b/sdk/include/opentelemetry/sdk/metrics/sync_instruments.h @@ -189,12 +189,12 @@ class BoundUpDownCounter final : public BoundSynchronousInstrument, { public: - BoundUpDownCounter() = default; + BoundUpDownCounter() = default; - BoundUpDownCounter(nostd::string_view name, - nostd::string_view description, - nostd::string_view unit, - bool enabled) + BoundUpDownCounter(nostd::string_view name, + nostd::string_view description, + nostd::string_view unit, + bool enabled) : BoundSynchronousInstrument(name, description, unit,