From: Sarah Hoffmann Date: Sun, 1 Mar 2020 21:24:32 +0000 (+0100) Subject: fix style X-Git-Tag: v3.5.0~70^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/53ca751a029e1e55181aeeb76866ad11ecb939c0 fix style --- diff --git a/lib/PlaceLookup.php b/lib/PlaceLookup.php index 1a76389a..9f4f143e 100644 --- a/lib/PlaceLookup.php +++ b/lib/PlaceLookup.php @@ -248,7 +248,7 @@ class PlaceLookup $sSQL .= ' ref, '; if ($this->bExtraTags) $sSQL .= 'extratags, '; if ($this->bNameDetails) $sSQL .= 'name, '; - $sSQL .= " extra_place "; + $sSQL .= ' extra_place '; $aSubSelects[] = $sSQL; }