Skip to content

Commit 0c65480

Browse files
committed
Please consider the following formatting changes
1 parent 97bb4f5 commit 0c65480

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Framework/CCDBSupport/src/CCDBHelpers.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ O2_DECLARE_DYNAMIC_LOG(ccdb);
2828
namespace o2::framework
2929
{
3030

31-
namespace {
31+
namespace
32+
{
3233
struct CCDBFetcherHelper {
3334
struct CCDBCacheInfo {
3435
std::string etag;
@@ -78,7 +79,7 @@ struct CCDBFetcherHelper {
7879
return apis[entry == remappings.end() ? "" : entry->second];
7980
}
8081
};
81-
}
82+
} // namespace
8283

8384
bool isPrefix(std::string_view prefix, std::string_view full)
8485
{

0 commit comments

Comments
 (0)