Skip to content

Commit

Permalink
Please consider the following formatting changes (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored Aug 13, 2024
1 parent bbbc962 commit 049f758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ struct correlateStrangeness {
Double_t getaassoc = assocParticle.eta();
Double_t gphiassoc = assocParticle.phi();
Double_t ptassoc = assocParticle.pt();

// skip if basic ranges not met
if (gphiassoc < axisRanges[0][0] || gphiassoc > axisRanges[0][1])
continue;
Expand Down

0 comments on commit 049f758

Please sign in to comment.