Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
siaka-Akash authored Oct 3, 2024
1 parent eb2513a commit 14b2039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ function <<access.private>> meta::pure::lineage::scanProperties::recurse_inlineQ
let qual = $p.value->cast(@PropertyPathNode).property->cast(@QualifiedProperty<Any>);
let qualifierTreeCurrent = $qual.expressionSequence->evaluateAndDeactivate()->toOne()->internal_scanProperties([], noVars(), $config,^Map<String,ScanPropertiesState>(), noDebug()).current;
let qualifierTree = $p.qualifierSubTree.children;
$qualifierTree->map(t | $t->findAndAddChildrenAtTheEnd($qualifierTreeCurrent.values, $p.children)).children;findAndAddChildrenAtTheEnd($qualifierTree, $qualifierTreeCurrent.values, $p.children).children;
$qualifierTree->map(t | $t->findAndAddChildrenAtTheEnd($qualifierTreeCurrent.values, $p.children)).children;
}
)->map(nt| $nt->recurse_inlineQualifiedPropertyNodes($config));
},
Expand Down

0 comments on commit 14b2039

Please sign in to comment.