Skip to content

Commit 648a912

Browse files
authored
Merge pull request #2 from alibuild/alibot-cleanup-9905
Please consider the following formatting changes to AliceO2Group#9905
2 parents 605d10f + 7422dc3 commit 648a912

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PWGJE/Tasks/bjetTaggingGNN.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,12 +514,10 @@ struct BjetTaggingGNN {
514514
}
515515
}
516516
PROCESS_SWITCH(BjetTaggingGNN, processMCTruthJets, "truth jet information", false);
517-
518517
};
519518

520519
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
521520
{
522521
return WorkflowSpec{
523-
adaptAnalysisTask<BjetTaggingGNN>(cfgc, TaskName{"bjet-tagging-gnn"})
524-
};
522+
adaptAnalysisTask<BjetTaggingGNN>(cfgc, TaskName{"bjet-tagging-gnn"})};
525523
}

0 commit comments

Comments
 (0)