From 2054a48a4b32dc7bc4db85ceced42e91d5639848 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 22 May 2026 07:30:14 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGJE/Tasks/bjetTaggingGnn.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGJE/Tasks/bjetTaggingGnn.cxx b/PWGJE/Tasks/bjetTaggingGnn.cxx index 48044f3ec38..35b388ef12b 100644 --- a/PWGJE/Tasks/bjetTaggingGnn.cxx +++ b/PWGJE/Tasks/bjetTaggingGnn.cxx @@ -524,7 +524,7 @@ struct BjetTaggingGnn { } } bool checkConstituentPt = true; - bool checkConstituentMinPt = (leadingConstituentPtMin > -98.0); // o2-linter: disable=magic-number + bool checkConstituentMinPt = (leadingConstituentPtMin > -98.0); // o2-linter: disable=magic-number bool checkConstituentMaxPt = (leadingConstituentPtMax < 9998.0); // o2-linter: disable=magic-number if (!checkConstituentMinPt && !checkConstituentMaxPt) { checkConstituentPt = false;