Skip to content

Commit c5746b9

Browse files
authored
Update PIDoptimization.cxx
1 parent 5878e34 commit c5746b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PWGCF/Femto3D/Tasks/PIDoptimization.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,5 @@ struct PidOptimization {
300300

301301
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
302302
{
303-
return WorkflowSpec{
304-
adaptAnalysisTask<PidOptimization>(cfgc),
305-
};
303+
return WorkflowSpec{adaptAnalysisTask<PidOptimization>(cfgc)};
306304
}

0 commit comments

Comments
 (0)