From c4bef23cd1bbcca5b3400720863360e21fcd35c6 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Fri, 6 Sep 2024 11:46:10 +0200 Subject: [PATCH] Remove extra } --- k4FWCore/components/IOSvc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/k4FWCore/components/IOSvc.cpp b/k4FWCore/components/IOSvc.cpp index e49bf23a..92b4936f 100644 --- a/k4FWCore/components/IOSvc.cpp +++ b/k4FWCore/components/IOSvc.cpp @@ -61,7 +61,6 @@ StatusCode IOSvc::initialize() { } m_entries = m_reader->getEvents(); } - } if (!m_writingFileNameDeprecated.empty()) { warning() << ".output is deprecated, use .Output instead in the steering file" << endmsg;