From: Tareq Al-Ahdal Date: Thu, 17 Mar 2022 22:07:48 +0000 (+0800) Subject: Revert the removal of new line at the end of the file X-Git-Tag: v4.1.0~64^2~16 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/943e5fe6997f71709d344a73363021ffcefe3539 Revert the removal of new line at the end of the file --- diff --git a/lib-php/ParameterParser.php b/lib-php/ParameterParser.php index 584cedf7..98b95388 100644 --- a/lib-php/ParameterParser.php +++ b/lib-php/ParameterParser.php @@ -145,4 +145,4 @@ class ParameterParser return false; } -} \ No newline at end of file +} diff --git a/lib-sql/functions/address_lookup.sql b/lib-sql/functions/address_lookup.sql index 5de348e7..0eada698 100644 --- a/lib-sql/functions/address_lookup.sql +++ b/lib-sql/functions/address_lookup.sql @@ -325,4 +325,4 @@ BEGIN RETURN; END; $$ -LANGUAGE plpgsql STABLE; \ No newline at end of file +LANGUAGE plpgsql STABLE; diff --git a/test/php/Nominatim/ParameterParserTest.php b/test/php/Nominatim/ParameterParserTest.php index 111ce4a3..1488c987 100644 --- a/test/php/Nominatim/ParameterParserTest.php +++ b/test/php/Nominatim/ParameterParserTest.php @@ -245,4 +245,4 @@ class ParameterParserTest extends \PHPUnit\Framework\TestCase $this->assertTrue($oParams->hasSetAny(array('four'))); $this->assertTrue($oParams->hasSetAny(array('five'))); } -} \ No newline at end of file +}