From da07d4cae0b7f39324666d9534820f0ea5ebc8e8 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 22 Jul 2025 09:48:21 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx b/PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx index cf66c2f5550..23ec9442380 100644 --- a/PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx +++ b/PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx @@ -1125,7 +1125,7 @@ struct DndetaMFTPbPb { } if (eventCuts.cfgSelInteractionRate) { auto bc = collision.template foundBC_as(); - double ir = rateFetcher.fetch(ccdb.service, bc.timestamp(), bc.runNumber(),"ZNC hadronic") * 1.e-3; + double ir = rateFetcher.fetch(ccdb.service, bc.timestamp(), bc.runNumber(), "ZNC hadronic") * 1.e-3; if (!isIRSelected(bc, true)) { return; }