Completed
Pull Request — master (#26)
by Julien
04:20
created
Command/ProcessEventCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
                     ));
139 139
                 }
140 140
 
141
-                $output->writeln(sprintf('<info>[%s]</info> <error>%s</error>',$channel, $e->getMessage()));
141
+                $output->writeln(sprintf('<info>[%s]</info> <error>%s</error>', $channel, $e->getMessage()));
142 142
                 $output->writeln($e->getTraceAsString());
143 143
             }
144 144
 
Please login to merge, or discard this patch.