diff --git a/include/fmt/format.h b/include/fmt/format.h index 08a01914..e04d4338 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -638,7 +638,6 @@ void iterator_buffer::flush() { out_ = copy_str(data_, data_ + this->limit(this->size()), out_); this->clear(); } - } // namespace detail // The number of characters to store in the basic_memory_buffer object itself