Completed
Push — master ( d6f879...45c473 )
by Grant
15:35 queued 01:47
created
public_html/tc/services/JobPostersByAdminUser.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
                 $json = json_encode($result, JSON_PRETTY_PRINT);
35 35
                 header("Content-length:" . strlen($json));
36 36
                 echo($json);
37
-            }else {
37
+            } else {
38 38
                 $result = array();
39 39
                 $json = json_encode($result, JSON_PRETTY_PRINT);
40 40
                 echo($json);
Please login to merge, or discard this patch.