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