@@ -46,7 +46,7 @@ |
||
46 | 46 | $output->writeln(sprintf('<info>%s/</info>', $contentDir)); |
47 | 47 | $pages = $this->getPagesTree($output, $contentDir); |
48 | 48 | //if ($this->getConsole()->isUtf8()) { |
49 | - $unicodeTreePrefix = function (RecursiveTreeIterator $tree) { |
|
49 | + $unicodeTreePrefix = function(RecursiveTreeIterator $tree) { |
|
50 | 50 | $prefixParts = [ |
51 | 51 | RecursiveTreeIterator::PREFIX_LEFT => ' ', |
52 | 52 | RecursiveTreeIterator::PREFIX_MID_HAS_NEXT => '│ ', |