From dac18fc4b968995b9f6b4e1fa141463a6242b4d2 Mon Sep 17 00:00:00 2001 From: Senichenkov Date: Mon, 23 Dec 2024 19:58:44 +0300 Subject: [PATCH] Fix formatting --- src/core/algorithms/md/hymd/validator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/algorithms/md/hymd/validator.cpp b/src/core/algorithms/md/hymd/validator.cpp index 38c72188fb..681a9558b7 100644 --- a/src/core/algorithms/md/hymd/validator.cpp +++ b/src/core/algorithms/md/hymd/validator.cpp @@ -177,8 +177,8 @@ class BatchValidator::LHSMRPartitionInspector { template auto BatchValidator::RhsValidator::LowerCCVIDAndCollectRecommendations( - RecordCluster const& lhs_records, Collection const& matched_rhs_records) - -> MdValidationStatus { + RecordCluster const& lhs_records, + Collection const& matched_rhs_records) -> MdValidationStatus { // Invalidated are removed (1), empty LHSMR partition "elements" should have been skipped (2, // 3), non-minimal are considered invalidated (4). DESBORDANTE_ASSUME(current_ccv_id_ != kLowestCCValueId); // 1