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 28, 2025
1 parent 71ff905 commit 979bdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGCF/Femto3D/TableProducer/singleTrackSelector.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ struct singleTrackSelector {
aod::BCsWithTimestamps const&)
{

const auto &bc = collision.bc_as<aod::BCsWithTimestamps>();
const auto& bc = collision.bc_as<aod::BCsWithTimestamps>();
initCCDB(bc);

registry.fill(HIST("hNEvents"), 0.5);
Expand Down

0 comments on commit 979bdb7

Please sign in to comment.