Skip to content

Commit b1c2440

Browse files
committed
Please consider the following formatting changes
1 parent 9dc3218 commit b1c2440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ o2::track::PID::ID getTrackPIDFromPDG(const int pdg)
114114
return o2::track::PID::OmegaMinus;
115115
default:
116116
LOGF(fatal, "Unsupported PDG code %d in getTrackPIDFromPDG()", pdg);
117-
return o2::track::PID::Pion;
117+
return o2::track::PID::Pion;
118118
}
119119
}
120120

0 commit comments

Comments
 (0)