Skip to content

Commit e8446ad

Browse files
committed
fix: Run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 4f29fe6 commit e8446ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/ContextChatIndexJobTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* Copyright (c) 2026. The Nextcloud Bookmarks contributors.
45
*
@@ -166,4 +167,3 @@ private function createBookmark(int $id, string $userId, string $title, string $
166167
]);
167168
}
168169
}
169-

tests/ContextChatProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* Copyright (c) 2026. The Nextcloud Bookmarks contributors.
45
*
@@ -155,4 +156,3 @@ public function testTriggerInitialImportQueuesAJobForEachUser(): void {
155156
$this->provider->triggerInitialImport();
156157
}
157158
}
158-

0 commit comments

Comments
 (0)