diff --git a/src/common/quantile.cc b/src/common/quantile.cc index a7789cb3f..3d6fb1fc0 100644 --- a/src/common/quantile.cc +++ b/src/common/quantile.cc @@ -247,7 +247,7 @@ struct QuantileAllreduce { * \brief Merge all categories from other workers. */ void AllreduceCategories(Span feature_types, int32_t n_threads, - std::vector> *p_categories) { + std::vector> *p_categories) { auto &categories = *p_categories; auto world_size = rabit::GetWorldSize(); auto rank = rabit::GetRank();