Skip to content

Commit 94e5d7b

Browse files
committed
Please consider the following formatting changes
1 parent 8618c04 commit 94e5d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/CCDBSupport/src/CCDBFetcherHelper.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ o2::ccdb::CcdbApi& CCDBFetcherHelper::getAPI(const std::string& path)
2929
auto entry = remappings.find(path.substr(0, pos2));
3030
return apis[entry == remappings.end() ? "" : entry->second];
3131
}
32-
} // o2::framework
32+
} // namespace o2::framework

0 commit comments

Comments
 (0)