Skip to content

Commit 853db93

Browse files
chore: typo fixup
Signed-off-by: Josh <[email protected]>
1 parent 355d663 commit 853db93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_trashbin/lib/Sabre/TrashbinPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function () use ($node) {
112112
$propFind->handle(
113113
// Storage mount type (e.g., personal, groupfolder, or external storage)
114114
FilesPlugin::MOUNT_TYPE_PROPERTYNAME,
115-
fn () => ''; // Trashbin items don't have a mount type currently
115+
fn () => '' // Trashbin items don't have a mount type currently
116116
);
117117
}
118118

0 commit comments

Comments
 (0)