Skip to content

Commit e0b9fd9

Browse files
Merge pull request #42 from alibuild/alibot-cleanup-15104
Please consider the following formatting changes to #15104
2 parents 49d9656 + b69750a commit e0b9fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Strangeness/sigma0builder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ struct sigma0builder {
12531253
for (size_t i = 0; i < selV0Indices.size(); ++i) {
12541254
auto v0 = fullv0s.rawIteratorAt(selV0Indices[i]);
12551255

1256-
if (!v0.has_v0MCCore())
1256+
if (!v0.has_v0MCCore())
12571257
continue;
12581258

12591259
auto v0MC = v0.template v0MCCore_as<soa::Join<aod::V0MCCores, aod::V0MCCollRefs>>();

0 commit comments

Comments
 (0)