Completed
Push — symfony-console ( 3f4922...4dad7e )
by Arnaud
01:48
created
src/Command/ShowContent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
             $output->writeln(sprintf('<info>%s/</info>', $contentDir));
50 50
             $pages = $this->getPagesTree($output, $contentDir);
51 51
             if (!Plateform::isWindows()) {
52
-            $unicodeTreePrefix = function (RecursiveTreeIterator $tree) {
52
+            $unicodeTreePrefix = function(RecursiveTreeIterator $tree) {
53 53
                 $prefixParts = [
54 54
                     RecursiveTreeIterator::PREFIX_LEFT         => ' ',
55 55
                     RecursiveTreeIterator::PREFIX_MID_HAS_NEXT => '│ ',
Please login to merge, or discard this patch.