Skip to content

Commit fa9f40c

Browse files
committed
Please consider the following formatting changes
1 parent 2e401f6 commit fa9f40c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Framework/Core/include/Framework/AnalysisTask.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,8 @@ DataProcessorSpec adaptAnalysisTask(ConfigContext const& ctx, Args&&... args)
602602
// replace origins in Preslice declarations
603603
homogeneous_apply_refs_sized<numElements>([&newOrigin](auto& element) { return analysis_task_parsers::replaceOrigin(element, newOrigin); }, *task.get());
604604

605-
auto algo = AlgorithmSpec::InitCallback{
605+
auto algo = AlgorithmSpec::InitCallback
606+
{
606607
[task = task, expressionInfos, inputInfos, newOrigin, newOriginStr](InitContext& ic) mutable {
607608
Cache bindingsKeys;
608609
Cache bindingsKeysUnsorted;

0 commit comments

Comments
 (0)