Passed
Push — master ( 85bb43...dcb905 )
by John
06:11
created
app/Models/ProblemModel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -296,7 +296,7 @@
 block discarded – undo
296 296
         $preQuery=DB::table($this->table)->where('hide', '=', 0);
297 297
         if ($filter['oj']) {
298 298
             $OJ=OJ::find($filter['oj']);
299
-            if(blank($OJ) || !$OJ->status) {
299
+            if (blank($OJ) || !$OJ->status) {
300 300
                 return null;
301 301
             }
302 302
             $preQuery=$preQuery->where(["OJ"=>$filter['oj']]);
Please login to merge, or discard this patch.