Skip to content

Commit 979bdb7

Browse files
committed
Please consider the following formatting changes
1 parent 71ff905 commit 979bdb7

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)