forked from hans/Nominatim
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -325,4 +325,4 @@ BEGIN
|
||||
RETURN;
|
||||
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('five')));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user