Fix tidy warning

This commit is contained in:
gabime 2020-03-04 16:09:04 +02:00
parent b3402a0b9f
commit 1f8b04cbd1

View File

@ -113,7 +113,7 @@ bool SPDLOG_INLINE thread_pool::process_next_msg_()
} }
default: { default: {
assert(false && "Unexpected async_msg_type"); assert(false);
} }
} }