Remove space from end of line

This commit is contained in:
Dennis Eichhorn 2018-02-03 11:52:30 +01:00
parent 8fafe9d32b
commit 47032c503c
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@
* @var \phpOMS\Views\View $this
*/
echo $this->getData('nav')->render();
echo $this->getData('nav')->render();

View File

@ -14,4 +14,4 @@
* @var \phpOMS\Views\View $this
*/
echo $this->getData('nav')->render();
echo $this->getData('nav')->render();