Skip to content

Commit

Permalink
TASK: More code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Dec 5, 2018
1 parent 1c09e05 commit 3b980eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Classes/Command/NodeCommandController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

namespace Flownative\NodeDuplicator\Command;

use Neos\ContentRepository\Domain\Model\NodeInterface;
Expand Down Expand Up @@ -52,7 +55,7 @@ public function adoptCommand(string $startingPoint, string $fromDimensions, stri

$this->adoptToTargetContext($startingPointNode, $targetContext);

$this->outputLine('');
$this->outputLine();
$this->outputLine('All nodes have been adopted. Done...');
}

Expand Down

0 comments on commit 3b980eb

Please sign in to comment.