Skip to content

Commit cd3661c

Browse files
committed
Fix MegaLinter issues
1 parent 177a5bf commit cd3661c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,9 @@ struct HfTaskFlowCharmHadrons {
618618
if constexpr (std::is_same_v<T1, CandXic0Data> || std::is_same_v<T1, CandXic0DataWMl>) {
619619
// std::cout<<candidate.pxProng0()<<std::endl;
620620
getQvecXic0Tracks(candidate, tracksQx, tracksQy, ampl);
621-
} else
621+
} else {
622622
getQvecDtracks<channel>(candidate, tracksQx, tracksQy, ampl);
623+
}
623624
for (auto iTrack{0u}; iTrack < tracksQx.size(); ++iTrack) {
624625
xQVec -= tracksQx[iTrack];
625626
yQVec -= tracksQy[iTrack];

0 commit comments

Comments
 (0)