From 968e1c4af014b7f40bfaa4f57fcc0f38e5e0d847 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 31 May 2024 00:00:12 -0700 Subject: feat: final release --- source/book.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/book.cc') diff --git a/source/book.cc b/source/book.cc index 6b0bd6a..a2c0a13 100644 --- a/source/book.cc +++ b/source/book.cc @@ -81,8 +81,8 @@ auto book::copies(book::size_type copies) noexcept -> book & { return *this; } -auto operator<<(std::ostream &output_stream, const book &book) - -> std::ostream & { +auto operator<<(std::ostream &output_stream, + const book &book) -> std::ostream & { output_stream << "Title: " << book._title << '\n'; output_stream << "Authors: "; -- cgit v1.2.3