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 Jan 11, 2025
1 parent ccd6b57 commit 6c0877f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGUD/TableProducer/UPCCandidateProducer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@ struct UpcCandProducer {
for (auto& pair : bcsMatchedTrIdsGlobal) {
auto globalBC = static_cast<int64_t>(pair.first);
const auto& fwdTrackIDs = pair.second; // Forward tracks (Global with MFT)
if (fwdTrackIDs.size() != 2) { // ensure we have two MFT tracks
if (fwdTrackIDs.size() != 2) { // ensure we have two MFT tracks
continue;
}

Expand Down

0 comments on commit 6c0877f

Please sign in to comment.