Passed
Pull Request — master (#8)
by lee
01:17
created
src/Cli/Executable.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
             // pipe both outputs to new crontab
122 122
             $pipe = new CliExecutable($this->cmd);
123 123
             $pipe->addOptionIfNotEmpty('-u', $this->user, true, ' ')
124
-                 ->addOption('-');
124
+                    ->addOption('-');
125 125
             $line->pipeOutputTo($pipe);
126 126
         }
127 127
 
Please login to merge, or discard this patch.