Apply suggestions from code review

This commit is contained in:
Ihor Dutchak 2022-10-23 00:36:53 +03:00 committed by GitHub
parent 8bf75f9791
commit 7fa287db73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -379,7 +379,7 @@ struct ostream_params {
# endif
};
class file_buffer final : public detail::buffer<char> {
class file_buffer final : public buffer<char> {
file file_;
FMT_API void grow(size_t) override;