Passed
Pull Request — master (#744)
by John
06:52
created
app/Console/Commands/Scheduling/UpdateJudgeServerStatus.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         $time=Carbon::now();
47 47
         $this->line("<fg=yellow>[$time] Processing:  </>Update JudgeServer Status");
48 48
 
49
-        $platformIDs = JudgeServer::column('oid');
49
+        $platformIDs=JudgeServer::column('oid');
50 50
         $babel=new Babel();
51 51
         foreach ($platformIDs as $platform) {
52 52
             try {
Please login to merge, or discard this patch.