Skip to content

Commit 2054a48

Browse files
committed
Please consider the following formatting changes
1 parent 4624d53 commit 2054a48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGJE/Tasks/bjetTaggingGnn.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ struct BjetTaggingGnn {
524524
}
525525
}
526526
bool checkConstituentPt = true;
527-
bool checkConstituentMinPt = (leadingConstituentPtMin > -98.0); // o2-linter: disable=magic-number
527+
bool checkConstituentMinPt = (leadingConstituentPtMin > -98.0); // o2-linter: disable=magic-number
528528
bool checkConstituentMaxPt = (leadingConstituentPtMax < 9998.0); // o2-linter: disable=magic-number
529529
if (!checkConstituentMinPt && !checkConstituentMaxPt) {
530530
checkConstituentPt = false;

0 commit comments

Comments
 (0)