Skip to content

Commit 62596ef

Browse files
committed
Fix linting
1 parent 0461dc6 commit 62596ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Feature/Vaults/ListVaultNodeChildrenTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
declare(strict_types=1);
44

5-
use App\Models\User;
65
use App\Actions\CreateVault;
76
use App\Actions\CreateVaultNode;
7+
use App\Models\User;
88

99
it('lists the children of a folder', function (): void {
1010
$user = User::factory()->create();

0 commit comments

Comments
 (0)