From 9d44c5d940a03599ad7a31bd9aafca7835d00214 Mon Sep 17 00:00:00 2001 From: Pico Date: Mon, 25 Aug 2014 22:35:55 +0200 Subject: [PATCH] [ticket/12661] Add new line at the end of files PHPBB3-12661 --- .../ext/vendor4/bar/styles/all/template/foobar_body.html | 2 +- tests/template/template_allfolder_test.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/extension/ext/vendor4/bar/styles/all/template/foobar_body.html b/tests/extension/ext/vendor4/bar/styles/all/template/foobar_body.html index 0c147a92db..c8f8cf957e 100644 --- a/tests/extension/ext/vendor4/bar/styles/all/template/foobar_body.html +++ b/tests/extension/ext/vendor4/bar/styles/all/template/foobar_body.html @@ -1 +1 @@ -All folder \ No newline at end of file +All folder diff --git a/tests/template/template_allfolder_test.php b/tests/template/template_allfolder_test.php index 742d85c3d2..b4ad84e9c3 100644 --- a/tests/template/template_allfolder_test.php +++ b/tests/template/template_allfolder_test.php @@ -56,4 +56,4 @@ class phpbb_template_allfolder_test extends phpbb_template_template_test_case $this->template = new \phpbb\template\twig\twig($path_helper, $config, $this->user, new \phpbb\template\context(), $this->extension_manager); $this->template->set_custom_style('all', array($this->template_path, $this->ext_template_path)); } -} \ No newline at end of file +}