Unverified Commit 0120dcc7 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update logger-inl.h

parent 6bfc0ec3
...@@ -89,8 +89,7 @@ SPDLOG_INLINE void logger::set_formatter(std::unique_ptr<formatter> f) ...@@ -89,8 +89,7 @@ SPDLOG_INLINE void logger::set_formatter(std::unique_ptr<formatter> f)
{ {
// last element - we can be move it. // last element - we can be move it.
(*it)->set_formatter(std::move(f)); (*it)->set_formatter(std::move(f));
break; // to prevent clang-tidy warning
break;
} }
else else
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment