From 87729c81fcbada0d696b02b9bbdc2940ddd157f8 Mon Sep 17 00:00:00 2001 From: Shitiz Garg Date: Mon, 9 Jun 2014 15:18:39 +0530 Subject: [PATCH] [ticket/12514] Add newline at the end of file for type_dropdown_test.php PHPBB3-12514 --- tests/profilefields/type_dropdown_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/profilefields/type_dropdown_test.php b/tests/profilefields/type_dropdown_test.php index d71ee78497..a029d0f29f 100644 --- a/tests/profilefields/type_dropdown_test.php +++ b/tests/profilefields/type_dropdown_test.php @@ -174,4 +174,4 @@ class phpbb_profilefield_type_dropdown_test extends phpbb_test_case { return implode('-', func_get_args()); } -} \ No newline at end of file +}