Skip to content

Commit b69750a

Browse files
committed
Please consider the following formatting changes
1 parent 49d9656 commit b69750a

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)