lib/alexandria/library_collection.rb in alexandria-book-collection-manager-0.7.4 vs lib/alexandria/library_collection.rb in alexandria-book-collection-manager-0.7.5
- old
+ new
@@ -22,10 +22,11 @@
ruined = []
deleted = []
all_regular_libraries.each do |library|
ruined += library.ruined_books
- # make deleted books from each library accessible so we don't crash on smart libraries
+ # make deleted books from each library accessible so we don't crash on
+ # smart libraries
deleted += library.deleted_books
end
@ruined_books = ruined
@deleted_books = deleted
end