mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-10 12:04:06 +00:00
Revert the removal of new line at the end of the file
This commit is contained in:
@@ -145,4 +145,4 @@ class ParameterParser
|
|||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -325,4 +325,4 @@ BEGIN
|
|||||||
RETURN;
|
RETURN;
|
||||||
END;
|
END;
|
||||||
$$
|
$$
|
||||||
LANGUAGE plpgsql STABLE;
|
LANGUAGE plpgsql STABLE;
|
||||||
|
|||||||
@@ -245,4 +245,4 @@ class ParameterParserTest extends \PHPUnit\Framework\TestCase
|
|||||||
$this->assertTrue($oParams->hasSetAny(array('four')));
|
$this->assertTrue($oParams->hasSetAny(array('four')));
|
||||||
$this->assertTrue($oParams->hasSetAny(array('five')));
|
$this->assertTrue($oParams->hasSetAny(array('five')));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user