Skip to content

Commit 2861131

Browse files
committed
Please consider the following formatting changes
1 parent 1270a82 commit 2861131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/Core/GeometryContainer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ std::string GeometryEntry::accessFile(const std::string& path, const std::string
219219
LOG(info) << " --- CCDB source detected for detector geometry " << path;
220220
std::map<std::string, std::string> metadata;
221221
bool status = ccdb->getCCDBAccessor().retrieveBlob(ccdbPath, downloadPath, metadata, 1);
222-
if(!status) {
222+
if (!status) {
223223
flock(lockFd, LOCK_UN);
224224
close(lockFd);
225225
LOG(fatal) << " --- Failed to retrieve geometry configuration from CCDB for path: " << ccdbPath;

0 commit comments

Comments
 (0)