aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/histogram/adaptive/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/histogram/adaptive/common.h')
-rw-r--r--library/cpp/histogram/adaptive/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/histogram/adaptive/common.h b/library/cpp/histogram/adaptive/common.h
index af71023e1b..c0f7dfb26b 100644
--- a/library/cpp/histogram/adaptive/common.h
+++ b/library/cpp/histogram/adaptive/common.h
@@ -3,7 +3,7 @@
#include <utility>
namespace NKiwiAggr {
- using TWeightedValue = std::pair<double, double>; // value, weight
+ using TWeightedValue = std::pair<double, double>; // value, weight
using TQualityFunction = TWeightedValue (*)(const TWeightedValue&, const TWeightedValue&);
TWeightedValue CalcDistanceQuality(const TWeightedValue& left, const TWeightedValue& right);