@@ -31,7 +31,7 @@ |
||
31 | 31 | { |
32 | 32 | $runner = Runner::getInstance(); |
33 | 33 | |
34 | - if(!$runner->commandExists('crontab')) { |
|
34 | + if (!$runner->commandExists('crontab')) { |
|
35 | 35 | return []; |
36 | 36 | } |
37 | 37 |