Skip to content

Commit 4662078

Browse files
committed
fix: Run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 0249a3a commit 4662078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Controller/BookmarkController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private function _returnBookmarkAsArray(Bookmark $bookmark, bool $deleted = fals
8989
$array['folders'] = array_map(function (Folder $folder) {
9090
return $this->toExternalFolderId($folder->getId());
9191
}, $this->treeMapper->findParentsOf(TreeMapper::TYPE_BOOKMARK, $bookmark->getId()));
92-
}else {
92+
} else {
9393
$array['folders'] = array_map(function (Folder $folder) {
9494
return $this->toExternalFolderId($folder->getId());
9595
}, $this->treeMapper->findParentsOfDeletedBookmarks($bookmark->getId()));

0 commit comments

Comments
 (0)