Completed
Push — master ( d2c1fa...92e8b2 )
by Sam
17:17 queued 15:28
created
src/Command/ReserveJobCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     private $job;
19 19
     public function __construct(JobIdInterface $job)
20 20
     {
21
-       $this->job = $job->getId();
21
+        $this->job = $job->getId();
22 22
     }
23 23
 
24 24
     public function getCommandLine(): string
Please login to merge, or discard this patch.