diff options
| author | Shitiz Garg <mail@dragooon.net> | 2014-06-09 15:18:39 +0530 |
|---|---|---|
| committer | Shitiz Garg <mail@dragooon.net> | 2014-06-17 14:59:26 +0530 |
| commit | 87729c81fcbada0d696b02b9bbdc2940ddd157f8 (patch) | |
| tree | cca627b740cc2b11c33c55581869c6b3c339b345 | |
| parent | e8a6fee7434d6dab6a5f84c04b934ab41f797efd (diff) | |
| download | forums-87729c81fcbada0d696b02b9bbdc2940ddd157f8.tar forums-87729c81fcbada0d696b02b9bbdc2940ddd157f8.tar.gz forums-87729c81fcbada0d696b02b9bbdc2940ddd157f8.tar.bz2 forums-87729c81fcbada0d696b02b9bbdc2940ddd157f8.tar.xz forums-87729c81fcbada0d696b02b9bbdc2940ddd157f8.zip | |
[ticket/12514] Add newline at the end of file for type_dropdown_test.php
PHPBB3-12514
| -rw-r--r-- | tests/profilefields/type_dropdown_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 +} |
