Skip to content

Commit

Permalink
Removing white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
prchakra authored Oct 24, 2024
1 parent 8bd033a commit bf76729
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ struct femtoUniverseProducerTask {
// in case of skimming run - don't store such collisions
// in case of trigger run - store such collisions but don't store any
// particle candidates for such collisions
if (!colCuts.isSelected(col)) {
if (!colCuts.isSelected(col)) {
return;
}

Check failure on line 776 in PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx

View workflow job for this annotation

GitHub Actions / PR formatting / whitespace

Trailing spaces

Remove the trailing spaces at the end of the line.
Expand Down

0 comments on commit bf76729

Please sign in to comment.