Skip to content

Commit 5c4d5fd

Browse files
committed
Please consider the following formatting changes
1 parent e3f894f commit 5c4d5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/AOD/src/AODProducerWorkflowSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@ void AODProducerWorkflowDPL::run(ProcessingContext& pc)
19881988
o2::framework::Produces<o2::aod::FT0sExtra> ft0ExtraCursor;
19891989
o2::framework::Produces<o2::aod::FDDsExtra> fddExtraCursor;
19901990
o2::framework::Produces<o2::aod::FV0AsExtra> fv0aExtraCursor;
1991-
1991+
19921992
if (mEnableFITextra) {
19931993
ft0ExtraCursor = createTableCursor<o2::aod::FT0sExtra>(pc);
19941994
fddExtraCursor = createTableCursor<o2::aod::FDDsExtra>(pc);

0 commit comments

Comments
 (0)