From f6da52662ba14b1520b29b7f992146b9c3a7c6e1 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 14 Nov 2025 08:26:26 +0000 Subject: [PATCH] Please consider the following formatting changes --- Steer/src/CollisionContextTool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Steer/src/CollisionContextTool.cxx b/Steer/src/CollisionContextTool.cxx index 43713bb15f568..96bc7f8e0ac8a 100644 --- a/Steer/src/CollisionContextTool.cxx +++ b/Steer/src/CollisionContextTool.cxx @@ -556,7 +556,7 @@ int main(int argc, char* argv[]) float sgnIRate = -1.; for (auto& p : ispecs) { prefixes.push_back(p.name); - if(p.name == "sgn") { + if (p.name == "sgn") { // Setting interaction rate in the digitizer context as provided by the O2DPG workflow LOG(debug) << "Setting signal interaction rate to " << p.interactionRate << " Hz in the digitization context."; sgnIRate = p.interactionRate;