From b353c3aee9f7d1bbe6fd67049842f025b2900b5a Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Fri, 6 Sep 2024 18:03:46 +0200 Subject: [PATCH] Fix format --- k4FWCore/components/IOSvc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k4FWCore/components/IOSvc.h b/k4FWCore/components/IOSvc.h index a9bc76fe..21cafd9a 100644 --- a/k4FWCore/components/IOSvc.h +++ b/k4FWCore/components/IOSvc.h @@ -62,7 +62,8 @@ class IOSvc : public extends { Gaudi::Property m_writingFileName{this, "Output", {}, "List of files to write output to"}; Gaudi::Property> m_outputCommands{ this, "outputCommands", {"keep *"}, "A set of commands to declare which collections to keep or drop."}; - Gaudi::Property m_outputType{this, "OutputType", "default", "Type of the output file (ROOT or RNTuple, or default)"}; + Gaudi::Property m_outputType{this, "OutputType", "default", + "Type of the output file (ROOT or RNTuple, or default)"}; Gaudi::Property m_importedFromk4FWCore{ this, "ImportedFromk4FWCore", false,