Skip to content

Commit cedf00d

Browse files
committed
[MUON] clang formatting
1 parent 70ba9cf commit cedf00d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Modules/MUON/Common/src/TrackPlotter.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,9 @@ void TrackPlotter::fillHistograms(const o2::globaltracking::RecoContainer& recoC
494494

495495
// sort the vector of matching candidates in ascending order of the matching chi2
496496
std::sort(matchingCandidatesVector.begin(), matchingCandidatesVector.end(),
497-
[](const std::pair<int64_t, double>& t1, const std::pair<int64_t, double>& t2) -> bool {
498-
return (t1.second < t2.second);
499-
});
497+
[](const std::pair<int64_t, double>& t1, const std::pair<int64_t, double>& t2) -> bool {
498+
return (t1.second < t2.second);
499+
});
500500

501501
// store the leading candidate
502502
auto& t = tracksFwd[matchingCandidatesVector[0].first];

0 commit comments

Comments
 (0)