Passed
Push — master ( cc1e68...fbbe8b )
by John
03:32
created
app/Http/Controllers/VirtualJudge/Judge.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -127,8 +127,8 @@
 block discarded – undo
127 127
         foreach ($result as $row) {
128 128
             if ($row['oid']==2) {
129 129
                 $cf=[];
130
-                foreach($cfList as $c){
131
-                    if($c[3]==$row["remote_id"]) {
130
+                foreach ($cfList as $c) {
131
+                    if ($c[3]==$row["remote_id"]) {
132 132
                         $cf=$c;
133 133
                         break;
134 134
                     }
Please login to merge, or discard this patch.