aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpavel-belikov <pavel-belikov@yandex-team.ru>2022-02-10 16:50:59 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:59 +0300
commit2798a8d232e4513bfd731d6114b37e50566b8cbf (patch)
tree06c0e677931757b815b58c4b11c8afff3c5bef7f
parent8195203a87274954cc3d03836f9a2ea5bf332340 (diff)
downloadydb-2798a8d232e4513bfd731d6114b37e50566b8cbf.tar.gz
Restoring authorship annotation for <pavel-belikov@yandex-team.ru>. Commit 1 of 2.
-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;