]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/BookController.php
Fix phpcs issues
[bookstack] / app / Http / Controllers / BookController.php
index 325fd1ffa856286cbb12087e6184b79089fe86b6..862d2b021a1bc99075604eed72f3c577db8116f1 100644 (file)
@@ -108,7 +108,6 @@ class BookController extends Controller
 
             $shelfBooks = $this->entityRepo->getBookshelfChildren($bookshelf);
             $shelfBookIds = $shelfBooks->pluck('id');
-            
         } else {
             $bookshelf = null;
         }