Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
p-senichenkov committed Dec 23, 2024
1 parent bd1c055 commit dac18fc
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 dac18fc

Please sign in to comment.