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 5, 2024
1 parent e5c0e43 commit 67025f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGLF/TableProducer/strangederivedbuilder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ struct strangederivedbuilder {
if (strange || fillEmptyCollisions) {
strangeColl(collision.posX(), collision.posY(), collision.posZ());
strangeCents(collision.centFT0M(), collision.centFT0A(),
collision.centFT0C(), collision.centFV0A());
collision.centFT0C(), collision.centFV0A());
auto bc = collision.bc_as<aod::BCsWithTimestamps>();
strangeStamps(bc.timestamp(), bc.runNumber());
}
Expand Down

0 comments on commit 67025f1

Please sign in to comment.