Skip to content

Commit 7422dc3

Browse files
committed
Please consider the following formatting changes
1 parent 605d10f commit 7422dc3

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)