clang-format

This commit is contained in:
gabime
2018-09-27 02:03:12 +03:00
parent 8c125ed009
commit 18df6138a7
2 changed files with 3 additions and 3 deletions

View File

@@ -146,8 +146,8 @@ public:
}
}
thread_pool(const thread_pool&) = delete;
thread_pool &operator=(thread_pool &&) = delete ;
thread_pool(const thread_pool &) = delete;
thread_pool &operator=(thread_pool &&) = delete;
void post_log(async_logger_ptr &&worker_ptr, const details::log_msg &msg, async_overflow_policy overflow_policy)
{