From 53ca751a029e1e55181aeeb76866ad11ecb939c0 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 1 Mar 2020 22:24:32 +0100 Subject: [PATCH] fix style --- lib/PlaceLookup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5