Skip to content

Commit 459168a

Browse files
committed
Please consider the following formatting changes
1 parent 1ea04d3 commit 459168a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/FemtoDream/Tasks/femtoDreamCollisionMasker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ struct femoDreamCollisionMasker {
244244
NegChildPIDTPCBits.at(CollisionMasks::kPartTwo).push_back(option.defaultValue.get<femtodreamparticle::cutContainerType>());
245245
}
246246
}
247-
} else if ((device.name.find("femto-dream-triplet-task-track-track-track") != std::string::npos) || (device.name.find("femto-dream-triplet-task-track-track-track-pb-pb") != std::string::npos)) {
247+
} else if ((device.name.find("femto-dream-triplet-task-track-track-track") != std::string::npos) || (device.name.find("femto-dream-triplet-task-track-track-track-pb-pb") != std::string::npos)) {
248248
LOG(info) << "Matched workflow: " << device.name;
249249
TaskFinder = CollisionMasks::kTrackTrackTrack;
250250
for (auto const& option : device.options) {

0 commit comments

Comments
 (0)