1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-19 23:32:02 +02:00

[ticket/12661] Add new line at the end of files

PHPBB3-12661
This commit is contained in:
Pico 2014-08-25 22:35:55 +02:00
parent 273fc5b5b6
commit 9d44c5d940
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
All folder
All folder

View File

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