From 286113119ead9e7579deb6bf670b97dea9f7a696 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 13 Feb 2026 18:17:22 +0000 Subject: [PATCH] Please consider the following formatting changes --- ALICE3/Core/GeometryContainer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ALICE3/Core/GeometryContainer.cxx b/ALICE3/Core/GeometryContainer.cxx index 51bf22892d8..2acd7946779 100644 --- a/ALICE3/Core/GeometryContainer.cxx +++ b/ALICE3/Core/GeometryContainer.cxx @@ -219,7 +219,7 @@ std::string GeometryEntry::accessFile(const std::string& path, const std::string LOG(info) << " --- CCDB source detected for detector geometry " << path; std::map metadata; bool status = ccdb->getCCDBAccessor().retrieveBlob(ccdbPath, downloadPath, metadata, 1); - if(!status) { + if (!status) { flock(lockFd, LOCK_UN); close(lockFd); LOG(fatal) << " --- Failed to retrieve geometry configuration from CCDB for path: " << ccdbPath;