Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 7, 2022
1 parent 01610a3 commit cb1b3cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Eigen::MatrixXd DataAssociation::calcScoreMatrix(
if (score < score_threshold_) score = 0.0;
}
}
std::cerr << __LINE__ <<":" << score << std::endl;
std::cerr << __LINE__ << ":" << score << std::endl;
score_matrix(tracker_idx, measurement_idx) = score;
}
}
Expand Down

0 comments on commit cb1b3cf

Please sign in to comment.