Skip to content

Commit e04957b

Browse files
style: formatting
1 parent c783206 commit e04957b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/core/tests/integration/api/users/CreateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public function admin_can_create_user_with_longest_possible_local_part_email()
178178
*/
179179
public function admin_can_create_user_with_longest_valid_domain()
180180
{
181-
$email = 't@'.str_repeat('a', 63).'.'.str_repeat('b', 63).'.'.str_repeat('c', 63).'.'. str_repeat('d', 58).'.x';
181+
$email = 't@'.str_repeat('a', 63).'.'.str_repeat('b', 63).'.'.str_repeat('c', 63).'.'.str_repeat('d', 58).'.x';
182182

183183
$response = $this->send(
184184
$this->request(

0 commit comments

Comments
 (0)