Revert the removal of new line at the end of the file

This commit is contained in:
Tareq Al-Ahdal
2022-03-18 06:07:48 +08:00
parent d09670d208
commit 943e5fe699
3 changed files with 3 additions and 3 deletions

View File

@@ -145,4 +145,4 @@ class ParameterParser
return false; return false;
} }
} }

View File

@@ -325,4 +325,4 @@ BEGIN
RETURN; RETURN;
END; END;
$$ $$
LANGUAGE plpgsql STABLE; LANGUAGE plpgsql STABLE;

View File

@@ -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')));
} }
} }