From 0c65480ef2e242eae81c40d6b94abfe873f460b6 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 28 Aug 2025 07:16:05 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/CCDBSupport/src/CCDBHelpers.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Framework/CCDBSupport/src/CCDBHelpers.cxx b/Framework/CCDBSupport/src/CCDBHelpers.cxx index acf8b782f8f06..df12316f27d90 100644 --- a/Framework/CCDBSupport/src/CCDBHelpers.cxx +++ b/Framework/CCDBSupport/src/CCDBHelpers.cxx @@ -28,7 +28,8 @@ O2_DECLARE_DYNAMIC_LOG(ccdb); namespace o2::framework { -namespace { +namespace +{ struct CCDBFetcherHelper { struct CCDBCacheInfo { std::string etag; @@ -78,7 +79,7 @@ struct CCDBFetcherHelper { return apis[entry == remappings.end() ? "" : entry->second]; } }; -} +} // namespace bool isPrefix(std::string_view prefix, std::string_view full) {