Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Framework/CCDBSupport/src/CCDBHelpers.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ O2_DECLARE_DYNAMIC_LOG(ccdb);
namespace o2::framework
{

namespace {
namespace
{
struct CCDBFetcherHelper {
struct CCDBCacheInfo {
std::string etag;
Expand Down Expand Up @@ -78,7 +79,7 @@ struct CCDBFetcherHelper {
return apis[entry == remappings.end() ? "" : entry->second];
}
};
}
} // namespace

bool isPrefix(std::string_view prefix, std::string_view full)
{
Expand Down