Skip to content

Commit a808bdd

Browse files
committed
clang format
1 parent f4a7b2b commit a808bdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGDQ/Tasks/DalitzSelection.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ struct DalitzSelection {
589589
auto filterMapProbe = uint8_t(0);
590590
if constexpr (isReassoc) {
591591
auto const& fullTrack = track.template track_as<TFullTracks>();
592-
filterMap = fDalitzmap[fullTrack.globalIndex()]; // cppcheck-suppress redundantInitialization
592+
filterMap = fDalitzmap[fullTrack.globalIndex()]; // cppcheck-suppress redundantInitialization
593593
filterMapProbe = fDalitzmapProbe[fullTrack.globalIndex()]; // cppcheck-suppress redundantInitialization
594594
if (fConfigOptions.fRemoveDoubleCounting) {
595595
// we remove track selections which were already selected before

0 commit comments

Comments
 (0)