1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/8116] Add missing new line

PHPBB3-8116
This commit is contained in:
Marc Alexander
2017-04-19 17:13:18 +02:00
parent 771be9310d
commit e72f6d4236

View File

@@ -64,4 +64,4 @@ class phpbb_mcp_post_ip_test extends phpbb_database_test_case
{ {
$this->assertSame($expected, phpbb_get_num_posters_for_ip($this->db, $ip)); $this->assertSame($expected, phpbb_get_num_posters_for_ip($this->db, $ip));
} }
} }