File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -420,12 +420,11 @@ o2::framework::ServiceSpec ArrowSupport::arrowBackendSpec()
420420 auto builder = std::find_if (workflow.begin (), workflow.end (), [](DataProcessorSpec const & spec) { return spec.name == " internal-dpl-aod-index-builder" ; });
421421 auto reader = std::find_if (workflow.begin (), workflow.end (), [](DataProcessorSpec const & spec) { return spec.name == " internal-dpl-aod-reader" ; });
422422 auto writer = std::find_if (workflow.begin (), workflow.end (), [](DataProcessorSpec const & spec) { return spec.name == " internal-dpl-aod-writer" ; });
423- auto & ac = ctx.services ().get <AnalysisContext>();
423+ auto & ac = ctx.services ().get <AnalysisContext>();
424424 ac.requestedAODs .clear ();
425425 ac.requestedDYNs .clear ();
426426 ac.providedDYNs .clear ();
427427
428-
429428 auto inputSpecLessThan = [](InputSpec const & lhs, InputSpec const & rhs) { return DataSpecUtils::describe (lhs) < DataSpecUtils::describe (rhs); };
430429 auto outputSpecLessThan = [](OutputSpec const & lhs, OutputSpec const & rhs) { return DataSpecUtils::describe (lhs) < DataSpecUtils::describe (rhs); };
431430
You can’t perform that action at this time.
0 commit comments