Formatting

This commit is contained in:
Marcus Weseloh 2024-06-11 17:53:19 +02:00 committed by Johannes Pohl
parent 41c86e65dc
commit da6041dcfe

View file

@ -116,7 +116,7 @@ void wait(boost::asio::steady_timer& timer, const std::chrono::duration<Rep, Per
timer.expires_after(duration);
timer.async_wait(
[handler = std::move(handler)](const boost::system::error_code& ec)
{
{
if (ec)
{
LOG(ERROR, LOG_TAG) << "Error during async wait: " << ec.message() << "\n";