From 7c2594c0898f218fcc38d3e474e2e79d1b7453e2 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 14 Sep 2025 15:33:39 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/Vertexing/src/SVertexer.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Detectors/Vertexing/src/SVertexer.cxx b/Detectors/Vertexing/src/SVertexer.cxx index 6378d7b9d8b4c..6cca8ace4883d 100644 --- a/Detectors/Vertexing/src/SVertexer.cxx +++ b/Detectors/Vertexing/src/SVertexer.cxx @@ -653,10 +653,10 @@ bool SVertexer::checkV0(const TrackCand& seedP, const TrackCand& seedN, int iP, for (int iv = vlist.getMin(); iv <= vlist.getMax(); iv++) { int vtMCID = mRecoCont->getPrimaryVertexMCLabel(iv).getEventID(); watchHitVtxOK = vtMCID == watchLb0.getEventID(); - vlistStr += fmt::format(" {}", iv); + vlistStr += fmt::format(" {}", iv); if (watchHitVtxOK) { - vlistStr += "+"; - // break; + vlistStr += "+"; + // break; } } if (watchHitVtxOK) {