diff options
author | vlmarkov <vlmarkov@yandex-team.ru> | 2022-02-10 16:46:06 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:06 +0300 |
commit | 6a382399c9a1053abd7d772ec30ca9873f7429a1 (patch) | |
tree | f13f43c75b816da6bd8ee13cda92798d3956663f /library/cpp/histogram/adaptive/adaptive_histogram.cpp | |
parent | ce2ad6f6a6f6025e37fb7f8debe7cefd3aa2307c (diff) | |
download | ydb-6a382399c9a1053abd7d772ec30ca9873f7429a1.tar.gz |
Restoring authorship annotation for <vlmarkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/histogram/adaptive/adaptive_histogram.cpp')
-rw-r--r-- | library/cpp/histogram/adaptive/adaptive_histogram.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/histogram/adaptive/adaptive_histogram.cpp b/library/cpp/histogram/adaptive/adaptive_histogram.cpp index cbfc494021..8680e45b25 100644 --- a/library/cpp/histogram/adaptive/adaptive_histogram.cpp +++ b/library/cpp/histogram/adaptive/adaptive_histogram.cpp @@ -190,7 +190,7 @@ namespace NKiwiAggr { case HT_ADAPTIVE_HISTOGRAM: if (CalcQuality != nullptr) break; // ok - [[fallthrough]]; + [[fallthrough]]; default: // not ok ythrow yexception() << "Attempt to parse TAdaptiveHistogram from THistogram protobuf record of type = " << (ui32)histo.GetType(); } |