Completed
Push — master ( e02161...971421 )
by Matthew
12:50
created
ORM/LiveJobGridSource.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     {
37 37
         $queryBuilder = $this->jobManager->getJobQueryBuilder();
38 38
         $queryBuilder->setFirstResult($this->offset)
39
-                     ->setMaxResults($this->limit);
39
+                        ->setMaxResults($this->limit);
40 40
 
41 41
         return $queryBuilder;
42 42
     }
Please login to merge, or discard this patch.