Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Oct 9, 2024
1 parent 7752f3c commit da3d73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGDQ/Tasks/tableReader_withAssoc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ struct AnalysisSameEventPairing {
auto t2 = a2.template reducedmuon_as<TTracks>();
if (t1.matchMCHTrackId() == t2.matchMCHTrackId())
continue;
if (t1.matchMFTTrackId() == t2.matchMFTTrackId() && t1.matchMFTTrackId() >=0)
if (t1.matchMFTTrackId() == t2.matchMFTTrackId() && t1.matchMFTTrackId() >= 0)
continue;
sign1 = t1.sign();
sign2 = t2.sign();
Expand Down

0 comments on commit da3d73f

Please sign in to comment.