Passed
Pull Request — main (#4307)
by David
06:09
created
app/Module/PlaceHierarchyListModule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -236,7 +236,7 @@
 block discarded – undo
236 236
 
237 237
                 $sidebar_class = 'unmapped';
238 238
                 if ($num_places === 1) {
239
-                    $features[]    = [
239
+                    $features[] = [
240 240
                         'type'     => 'Feature',
241 241
                         'id'       => $id,
242 242
                         'geometry' => [
Please login to merge, or discard this patch.