Skip to content

Commit dc5c633

Browse files
authored
Merge pull request #10 from alibuild/alibot-cleanup-10751
Please consider the following formatting changes to #10751
2 parents 6625b8b + e5282d7 commit dc5c633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,8 @@ struct AntinucleiInJets {
459459

460460
int binX = responseMatrix->GetXaxis()->FindBin(ptRec);
461461
if (binX < 1 || binX > responseMatrix->GetNbinsX()) {
462-
LOGP(error, "Bin index out of range: binX = {}", binX);
463-
return ptRec; // Return uncorrected pt if bin index is invalid
462+
LOGP(error, "Bin index out of range: binX = {}", binX);
463+
return ptRec; // Return uncorrected pt if bin index is invalid
464464
}
465465
std::unique_ptr<TH1D> proj(responseMatrix->ProjectionY("proj", binX, binX));
466466

0 commit comments

Comments
 (0)