chore: Brace the multi-line deadline assignment for clang-tidy

readability-braces-around-statements (ShortStatementLines: 2) requires braces once clang-format wraps the assignment onto a second line.
This commit is contained in:
Pratik Mankawde
2026-09-22 20:51:53 +01:00
parent 1dc285ddd4
commit 926e07b1ed

View File

@@ -222,8 +222,10 @@ public:
// Mark us as shutting down. A wait error ends the attempt exactly as a
// timeout does.
if (!shutdown_)
{
shutdown_ =
ecResult ? ecResult : boost::system::error_code{boost::asio::error::timed_out};
}
// Cancel any resolving.
resolver_.cancel();