From 7f49b7e9fc8aff31a4ca142974517493e9301162 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 28 Mar 2024 11:30:43 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/src/CommonServices.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Core/src/CommonServices.cxx b/Framework/Core/src/CommonServices.cxx index 7e16c03ef69e1..104547d89302f 100644 --- a/Framework/Core/src/CommonServices.cxx +++ b/Framework/Core/src/CommonServices.cxx @@ -655,7 +655,7 @@ o2::framework::ServiceSpec CommonServices::decongestionSpec() cid.value = id; if (decongestion.lastTimeslice >= oldestPossibleOutput.timeslice.value) { O2_SIGNPOST_EVENT_EMIT(async_queue, cid, "oldest_possible_timeslice", "Not sending already sent value: %" PRIu64 "> %" PRIu64, - decongestion.lastTimeslice, (uint64_t)oldestPossibleOutput.timeslice.value); + decongestion.lastTimeslice, (uint64_t)oldestPossibleOutput.timeslice.value); return; } O2_SIGNPOST_EVENT_EMIT(async_queue, cid, "oldest_possible_timeslice", "Running oldest possible timeslice %" PRIu64 " propagation.",