diff --git a/Classes/Command/NodeCommandController.php b/Classes/Command/NodeCommandController.php index 1da4960..6abb379 100644 --- a/Classes/Command/NodeCommandController.php +++ b/Classes/Command/NodeCommandController.php @@ -1,4 +1,7 @@ adoptToTargetContext($startingPointNode, $targetContext); - $this->outputLine(''); + $this->outputLine(); $this->outputLine('All nodes have been adopted. Done...'); }