Completed
Push — symfony-console ( 6e7652...a3a24c )
by Arnaud
01:56
created
src/Command/ShowContent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
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 => '│ ',
Please login to merge, or discard this patch.