Skip to content

Commit ba40d47

Browse files
authored
Choice 2
1 parent 6474f16 commit ba40d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Icons/src/Command/ImportIconCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
7777
}
7878

7979
$cursor = new Cursor($output);
80-
$cursor->moveUp(1);
80+
$cursor->moveUp(2);
8181

8282
$this->registry->add(sprintf('%s/%s', $prefix, $name), $svg);
8383

0 commit comments

Comments
 (0)