From 75ff4eb5207d17e0c6a93f42b2c89892d51f959b Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 20 Aug 2025 13:17:48 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/TPC/workflow/src/TPCDigitRootWriterSpec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/TPC/workflow/src/TPCDigitRootWriterSpec.cxx b/Detectors/TPC/workflow/src/TPCDigitRootWriterSpec.cxx index c676b03aa4162..18df7cfc388ac 100644 --- a/Detectors/TPC/workflow/src/TPCDigitRootWriterSpec.cxx +++ b/Detectors/TPC/workflow/src/TPCDigitRootWriterSpec.cxx @@ -77,7 +77,7 @@ DataProcessorSpec getTPCDigitRootWriterSpec(std::vector const& laneConfigur } }; - //branch definitions for RootTreeWriter spec + // branch definitions for RootTreeWriter spec using DigitsOutputType = std::vector; using CommonModeOutputType = std::vector;