Fixed clang-tidy warning
This commit is contained in:
parent
1808e3c4c8
commit
887a104dd0
@ -32,8 +32,10 @@ protected:
|
|||||||
sink::formatter_->format(msg, formatted);
|
sink::formatter_->format(msg, formatted);
|
||||||
ostream_.write(formatted.data(), static_cast<std::streamsize>(formatted.size()));
|
ostream_.write(formatted.data(), static_cast<std::streamsize>(formatted.size()));
|
||||||
if (force_flush_)
|
if (force_flush_)
|
||||||
|
{
|
||||||
ostream_.flush();
|
ostream_.flush();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void flush_() override
|
void flush_() override
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user