mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 01:51:38 +08:00
Fixed clang-tidy warning
This commit is contained in:
parent
1808e3c4c8
commit
887a104dd0
@ -32,7 +32,9 @@ protected:
|
||||
sink::formatter_->format(msg, formatted);
|
||||
ostream_.write(formatted.data(), static_cast<std::streamsize>(formatted.size()));
|
||||
if (force_flush_)
|
||||
{
|
||||
ostream_.flush();
|
||||
}
|
||||
}
|
||||
|
||||
void flush_() override
|
||||
|
Loading…
Reference in New Issue
Block a user