Update logger-inl.h

This commit is contained in:
Gabi Melman 2020-02-29 13:20:26 +02:00 committed by GitHub
parent 6bfc0ec3a7
commit 0120dcc787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,8 +89,7 @@ SPDLOG_INLINE void logger::set_formatter(std::unique_ptr<formatter> f)
{
// last element - we can be move it.
(*it)->set_formatter(std::move(f));
break;
break; // to prevent clang-tidy warning
}
else
{