Completed
Push — master ( 5f7b96...a034ab )
by GBProd
02:49
created
src/ElasticaExtraBundle/Command/ListAliasCommand.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
         ;
47 47
 
48 48
         foreach ($aliases as $alias) {
49
-            $output->writeln(' * ' . $alias);
49
+            $output->writeln(' * '.$alias);
50 50
         }
51 51
     }
52 52
 }
Please login to merge, or discard this patch.