Skip to content

Commit 21d9bc1

Browse files
committed
Please consider the following formatting changes
1 parent 0fed236 commit 21d9bc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/CCDBSupport/src/CCDBHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ AlgorithmSpec CCDBHelpers::fetchFromCCDB()
477477
}
478478
helper->mapURL2DPLCache[path] = cacheId;
479479
O2_SIGNPOST_EVENT_EMIT(ccdb, sid, "fetchFromCCDB", "Caching %{public}s for %{public}s (DPL id %" PRIu64 ")", path.data(), headers["ETag"].data(), cacheId.value);
480-
} else if (v.size()) { // but should be overridden by fresh object
480+
} else if (v.size()) { // but should be overridden by fresh object
481481
helper->mapURL2UUID[path].etag = headers["ETag"]; // update uuid
482482
helper->mapURL2UUID[path].cacheMiss++;
483483
helper->mapURL2UUID[path].size = v.size();

0 commit comments

Comments
 (0)