Commit 73e53c7c authored by Guo Xiao's avatar Guo Xiao

Remove extra ';'

parent 9b218d4d
...@@ -67,7 +67,7 @@ async_msg(async_msg&& other) SPDLOG_NOEXCEPT: ...@@ -67,7 +67,7 @@ async_msg(async_msg&& other) SPDLOG_NOEXCEPT:
{} {}
async_msg(async_msg_type m_type) :msg_type(m_type) async_msg(async_msg_type m_type) :msg_type(m_type)
{}; {}
async_msg& operator=(async_msg&& other) SPDLOG_NOEXCEPT async_msg& operator=(async_msg&& other) SPDLOG_NOEXCEPT
{ {
......
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