We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8618c04 commit 94e5d7bCopy full SHA for 94e5d7b
Framework/CCDBSupport/src/CCDBFetcherHelper.cxx
@@ -29,4 +29,4 @@ o2::ccdb::CcdbApi& CCDBFetcherHelper::getAPI(const std::string& path)
29
auto entry = remappings.find(path.substr(0, pos2));
30
return apis[entry == remappings.end() ? "" : entry->second];
31
}
32
-} // o2::framework
+} // namespace o2::framework
0 commit comments