Skip to content

Commit a1ad152

Browse files
committed
Please consider the following formatting changes
1 parent 0789108 commit a1ad152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/D2H/Tasks/taskD0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ struct HfTaskD0 {
127127
// using TracksWithExtra = o2::soa::Join<o2::aod::FullTracks, o2::aod::TrackSelection>;
128128

129129
Filter filterD0Flag = (o2::aod::hf_track_index::hfflag & static_cast<uint8_t>(BIT(aod::hf_cand_2prong::DecayType::D0ToPiK))) != static_cast<uint8_t>(0);
130-
130+
131131
Preslice<TracksWPid> perCol = aod::track::collisionId;
132132
Preslice<aod::HfCand2Prong> candD0PerCollision = aod::hf_cand::collisionId;
133133

0 commit comments

Comments
 (0)