]> git.openstreetmap.org Git - nominatim.git/commitdiff
Revert the removal of new line at the end of the file
authorTareq Al-Ahdal <tareqoalahdal@gmail.com>
Thu, 17 Mar 2022 22:07:48 +0000 (06:07 +0800)
committerTareq Al-Ahdal <tareqoalahdal@gmail.com>
Thu, 17 Mar 2022 22:07:48 +0000 (06:07 +0800)
lib-php/ParameterParser.php
lib-sql/functions/address_lookup.sql
test/php/Nominatim/ParameterParserTest.php

index 584cedf7d820c6251735950c4b74e5ec836d5e07..98b95388ce678f7d52a2711dc18b29829414801d 100644 (file)
@@ -145,4 +145,4 @@ class ParameterParser
 
         return false;
     }
-}
\ No newline at end of file
+}
index 5de348e77ff646c6618f2e98d222af67ad19468f..0eada6987e7db285f9418642ccc5280bd649811a 100644 (file)
@@ -325,4 +325,4 @@ BEGIN
   RETURN;
 END;
 $$
-LANGUAGE plpgsql STABLE;
\ No newline at end of file
+LANGUAGE plpgsql STABLE;
index 111ce4a366a5a0c80091aef282a438c851a962e8..1488c987a22218f82b97471ec54f57c40c9404dc 100644 (file)
@@ -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
+}