From 3439308eb681abd2a0ba4755db537b82d28aecee Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 20 Aug 2025 09:14:32 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/TPC/workflow/src/ChunkedDigitPublisher.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Detectors/TPC/workflow/src/ChunkedDigitPublisher.cxx b/Detectors/TPC/workflow/src/ChunkedDigitPublisher.cxx index bff0ebda120c7..55e6d5effd9ce 100644 --- a/Detectors/TPC/workflow/src/ChunkedDigitPublisher.cxx +++ b/Detectors/TPC/workflow/src/ChunkedDigitPublisher.cxx @@ -321,10 +321,10 @@ void getSpec(WorkflowSpec& specs, std::vector const& laneConfiguration, std // MC truth branch: write ConstMCTruthContainer directly auto labelsdef = BranchDefinition>{InputSpec{"labelinput", ConcreteDataTypeMatcher{"TPC", "DIGITSMCTR"}}, - "TPCDigitMCTruth", "labels-branch-name", - (mctruth ? tpcsectors.size() : 0), - getIndex, - getName}; + "TPCDigitMCTruth", "labels-branch-name", + (mctruth ? tpcsectors.size() : 0), + getIndex, + getName}; specs.push_back(MakeRootTreeWriterSpec("TPCDigitWriter", "tpcdigits.root", "o2sim", std::move(digitsdef), std::move(labelsdef))());