Skip to content

Commit d180ca1

Browse files
style: formatting
1 parent c828b0a commit d180ca1

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_cannot_create_user_with_invalid_local_part_email()
180180
{
181-
$email = str_repeat('a', 65) . '@machine.local';
181+
$email = str_repeat('a', 65).'@machine.local';
182182

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

0 commit comments

Comments
 (0)