Skip to content

Commit 0354e9c

Browse files
committed
fix: lint
1 parent 92dabed commit 0354e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Controllers/User/LoginLinkControllerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
it('authenticates user with valid token', function (): void {
8787
$user = User::factory()->create();
8888

89-
Str::createRandomStringsUsing(fn(): string => 'fake-random-string');
89+
Str::createRandomStringsUsing(fn (): string => 'fake-random-string');
9090
post(route('login-link.store'), [
9191
'email' => $user->email,
9292
]);

0 commit comments

Comments
 (0)