aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/histogram
diff options
context:
space:
mode:
authorvlmarkov <vlmarkov@yandex-team.ru>2022-02-10 16:46:07 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:07 +0300
commitdbd3185956979f21ea16ef90c1ba4aa2d6a75fae (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/histogram
parent6a382399c9a1053abd7d772ec30ca9873f7429a1 (diff)
downloadydb-dbd3185956979f21ea16ef90c1ba4aa2d6a75fae.tar.gz
Restoring authorship annotation for <vlmarkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/histogram')
-rw-r--r--library/cpp/histogram/adaptive/adaptive_histogram.cpp2
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 8680e45b25..cbfc494021 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();
}