Skip to content

Commit d61b747

Browse files
Merge pull request #7 from alibuild/alibot-cleanup-9573
Please consider the following formatting changes to AliceO2Group#9573
2 parents 71ff905 + 979bdb7 commit d61b747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Femto3D/TableProducer/singleTrackSelector.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ struct singleTrackSelector {
342342
aod::BCsWithTimestamps const&)
343343
{
344344

345-
const auto &bc = collision.bc_as<aod::BCsWithTimestamps>();
345+
const auto& bc = collision.bc_as<aod::BCsWithTimestamps>();
346346
initCCDB(bc);
347347

348348
registry.fill(HIST("hNEvents"), 0.5);

0 commit comments

Comments
 (0)