Completed
Push — master ( d4eb54...48b451 )
by Amine
08:06
created
src/Command.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -326,7 +326,7 @@
 block discarded – undo
326 326
                     $this->error($errors);
327 327
                 } else {
328 328
                     $this->args($this->syntax()->parse($args))
329
-                         ->execute();
329
+                            ->execute();
330 330
                 }
331 331
             }
332 332
         } catch (\Exception $e) {
Please login to merge, or discard this patch.