Passed
Push — 1.0 ( 9225ae...3e4e78 )
by
unknown
07:45
created
src/Transfer/Console/Command/Manifest/ListCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         $table = new Table($output);
51 51
 
52 52
         $table->setHeaders(array('Manifest name'))
53
-              ->setRows($rows);
53
+                ->setRows($rows);
54 54
 
55 55
         $table->render($output);
56 56
     }
Please login to merge, or discard this patch.