From b50744ae0902d7f3e080e4caac126b8dad8b61fe Mon Sep 17 00:00:00 2001 From: Shitiz Garg Date: Fri, 20 Jun 2014 20:57:52 +0530 Subject: [PATCH] [ticket/12730] Missing newline at type_googleplus_test.php PHPBB3-12730 --- tests/profilefields/type_googleplus_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/profilefields/type_googleplus_test.php b/tests/profilefields/type_googleplus_test.php index 167f9eb688..389f101260 100644 --- a/tests/profilefields/type_googleplus_test.php +++ b/tests/profilefields/type_googleplus_test.php @@ -59,4 +59,4 @@ class phpbb_profilefield_type_googleplus_test extends phpbb_test_case $this->assertSame($expected, $field->get_profile_contact_value($value, $field_options), $description); } -} \ No newline at end of file +}