Skip to content

Commit 0cccedc

Browse files
committed
fix clang format
1 parent a1caacc commit 0cccedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3282,7 +3282,7 @@ struct AntinucleiInJets {
32823282

32833283
// Clamp systematic index range
32843284
const int systStart = std::max(0, systIndexStart.value);
3285-
const int systEnd = std::min(nSyst, systIndexEnd.value);
3285+
const int systEnd = std::min(nSyst, systIndexEnd.value);
32863286

32873287
// Loop over systematic variations
32883288
for (int isyst = systStart; isyst < systEnd; isyst++) {

0 commit comments

Comments
 (0)