Skip to content

Commit 64aab3d

Browse files
committed
formatting
1 parent 792b3c1 commit 64aab3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6805,7 +6805,7 @@ public function purgeCachedCollection(string $collectionId): bool
68056805
*/
68066806
public function purgeCachedDocument(string $collectionId, ?string $id): bool
68076807
{
6808-
if ($id === null){
6808+
if ($id === null) {
68096809
return true;
68106810
}
68116811

0 commit comments

Comments
 (0)