Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
p-senichenkov committed Jan 3, 2025
1 parent 4d0284f commit 2108d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/algorithms/md/hymd/validator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ class BatchValidator::LHSMRPartitionInspector {

template <typename Collection>
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
Expand Down

0 comments on commit 2108d8a

Please sign in to comment.