Completed
Push — development ( d68fd8...4c806f )
by Thomas
39:49 queued 31:27
created
htdocs/lib2/logic/cache.class.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -510,7 +510,7 @@
 block discarded – undo
510 510
         }
511 511
 
512 512
         if ($coords) {
513
-            $lastcoorddate = $coords[count($coords)-1]['date'];
513
+            $lastcoorddate = $coords[count($coords) - 1]['date'];
514 514
             $coords[] = [
515 515
                 'date' => '0000-00-00',
516 516
                 'latitude' => $coords[count($coords) - 1]['latitude'],
Please login to merge, or discard this patch.