aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/monlib/metrics/timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/monlib/metrics/timer.h b/library/cpp/monlib/metrics/timer.h
index 5c4e26e37b..2771f6459a 100644
--- a/library/cpp/monlib/metrics/timer.h
+++ b/library/cpp/monlib/metrics/timer.h
@@ -2,8 +2,8 @@
#include "metric.h"
-#include <util/generic/typetraits.h>
-
+#include <util/generic/typetraits.h>
+
#include <chrono>
@@ -57,7 +57,7 @@ namespace NMonitoring {
} else if constexpr (std::is_same<TMetric, THistogram>::value) {
Metric_->Record(duration);
} else {
- static_assert(TDependentFalse<TMetric>, "Not supported metric type");
+ static_assert(TDependentFalse<TMetric>, "Not supported metric type");
}
Metric_ = nullptr;