Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Nov 18, 2024
1 parent 9dbefaf commit 6cb0d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/tests/integration/api/users/CreateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function admin_can_create_user_with_longest_possible_local_part_email()
#[Test]
public function admin_cannot_create_user_with_invalid_local_part_email()
{
$email = str_repeat('a', 65) . '@machine.local';
$email = str_repeat('a', 65).'@machine.local';

$response = $this->send(
$this->request(
Expand Down

0 comments on commit 6cb0d27

Please sign in to comment.