From 943e5fe6997f71709d344a73363021ffcefe3539 Mon Sep 17 00:00:00 2001 From: Tareq Al-Ahdal Date: Fri, 18 Mar 2022 06:07:48 +0800 Subject: [PATCH] Revert the removal of new line at the end of the file --- lib-php/ParameterParser.php | 2 +- lib-sql/functions/address_lookup.sql | 2 +- test/php/Nominatim/ParameterParserTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 +} -- 2.39.5