Skip to content

Commit 7c4820c

Browse files
committed
Please consider the following formatting changes
1 parent 35a1907 commit 7c4820c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Framework/Core/src/ArrowSupport.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ o2::framework::ServiceSpec ArrowSupport::arrowBackendSpec()
455455
ac.providedTIMs.clear();
456456
ac.requestedTIMs.clear();
457457

458-
459458
auto inputSpecLessThan = [](InputSpec const& lhs, InputSpec const& rhs) { return DataSpecUtils::describe(lhs) < DataSpecUtils::describe(rhs); };
460459
auto outputSpecLessThan = [](OutputSpec const& lhs, OutputSpec const& rhs) { return DataSpecUtils::describe(lhs) < DataSpecUtils::describe(rhs); };
461460

@@ -565,8 +564,6 @@ o2::framework::ServiceSpec ArrowSupport::arrowBackendSpec()
565564
}
566565
}
567566

568-
569-
570567
// replace writer as some outputs may have become dangling and some are now consumed
571568
auto [outputsInputs, isDangling] = WorkflowHelpers::analyzeOutputs(workflow);
572569

0 commit comments

Comments
 (0)