Skip to content

Commit

Permalink
Please consider the following formatting changes (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored Jan 21, 2025
1 parent 3483242 commit 380b069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ struct StrangenessBuilder {
auto const& posTrack = v0.template posTrack_as<TTracks>();
auto const& negTrack = v0.template negTrack_as<TTracks>();
auto const& bachTrack = cascade.template bachelor_as<TTracks>();
if(v0Map[v0.globalIndex()]<0){
if (v0Map[v0.globalIndex()] < 0) {
// this V0 hasn't been stored / cached
cascdataLink(-1);
interlinks.cascadeToCascCores.push_back(-1);
Expand Down

0 comments on commit 380b069

Please sign in to comment.