Skip to content

Commit e90d684

Browse files
committed
Updated format tableDiffWake 4
1 parent 13f091f commit e90d684

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGJE/TableProducer/tableDiffWake.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ struct tableDiffWake {
184184
}
185185
}
186186
if (!eventHighpT)
187-
return;
187+
return;
188188
//------------------------------------------------------------
189189
// Translate values to less memory consuming values
190190
Short_t Substitute_ep2 = (Short_t)(ep2 * 1000);
@@ -265,6 +265,6 @@ struct tableDiffWake {
265265

266266
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
267267
{
268-
return WorkflowSpec{
269-
adaptAnalysisTask<tableDiffWake>(cfgc)};
268+
return WorkflowSpec{
269+
adaptAnalysisTask<tableDiffWake>(cfgc)};
270270
}

0 commit comments

Comments
 (0)