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 Sep 13, 2024
1 parent 557473b commit c110dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/TableProducer/multiplicityExtraTable.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ struct MultiplicityExtraTable {
continue; // skip this event
}

if (saveOnlyBCsWithCollisions && !bcHasCollision[bc.globalIndex()]){
if (saveOnlyBCsWithCollisions && !bcHasCollision[bc.globalIndex()]) {
continue; // skip if no collision is assigned to this BC (from evSel assignment)
}

Expand Down

0 comments on commit c110dcc

Please sign in to comment.