From bdc754b03d22d6f4f86cca7847e750328963c6ad Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 19 Jan 2025 15:59:56 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/FemtoUniverse/Core/FemtoUniverseV0Selection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/FemtoUniverse/Core/FemtoUniverseV0Selection.h b/PWGCF/FemtoUniverse/Core/FemtoUniverseV0Selection.h index 50dbaccb5c5..aa2aad31d23 100644 --- a/PWGCF/FemtoUniverse/Core/FemtoUniverseV0Selection.h +++ b/PWGCF/FemtoUniverse/Core/FemtoUniverseV0Selection.h @@ -589,7 +589,7 @@ std::array const std::vector decVtx = {v0.x(), v0.y(), v0.z()}; float observable = 0.; - for (auto& sel : mSelections) { //o2-linter: disable=const-ref-in-for-loop + for (auto& sel : mSelections) { // o2-linter: disable=const-ref-in-for-loop const auto selVariable = sel.getSelectionVariable(); if (selVariable == femto_universe_v0_selection::kV0DecVtxMax) { for (size_t i = 0; i < decVtx.size(); ++i) {