Completed
Push — 3.1 ( 97d1e4...fde6df )
by Gordon
14:39
created
code/extensions/OSMPointOfInterestExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
     // given millions of possible POIs an index is handy
11 11
     private static $indexes = array(
12 12
         'OpenStreetMapID' => true,
13
-   );
13
+    );
14 14
 
15 15
     /* The openstreetmap id is only for scripting purposes */
16 16
     public function updateCMSFields(FieldList $fields)
Please login to merge, or discard this patch.