We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f091f commit e90d684Copy full SHA for e90d684
1 file changed
PWGJE/TableProducer/tableDiffWake.cxx
@@ -184,7 +184,7 @@ struct tableDiffWake {
184
}
185
186
if (!eventHighpT)
187
- return;
+ return;
188
//------------------------------------------------------------
189
// Translate values to less memory consuming values
190
Short_t Substitute_ep2 = (Short_t)(ep2 * 1000);
@@ -265,6 +265,6 @@ struct tableDiffWake {
265
266
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
267
{
268
- return WorkflowSpec{
269
- adaptAnalysisTask<tableDiffWake>(cfgc)};
+ return WorkflowSpec{
+ adaptAnalysisTask<tableDiffWake>(cfgc)};
270
0 commit comments