Skip to content

Commit 0e3643c

Browse files
committed
cleanup
1 parent 126129e commit 0e3643c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGUD/Tasks/diffMCDataScanner.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
425425
return WorkflowSpec{
426426
adaptAnalysisTask<MCTracks>(cfgc, TaskName{"mctracks"}),
427427
};
428-
} else (cfgc.options().get<int>("runCase") == 2) {
428+
} else {
429429
return WorkflowSpec{
430430
adaptAnalysisTask<TPCnSigma>(cfgc, TaskName{"tpcnsigma"}),
431431
};

0 commit comments

Comments
 (0)