Fix style

This commit is contained in:
Kruglov Pavel 2021-11-24 22:36:36 +03:00 committed by GitHub
parent ad7768e42a
commit 690b460c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -936,7 +936,7 @@ void HTTPHandler::handleRequest(HTTPServerRequest & request, HTTPServerResponse
{
tryLogCurrentException(log, "Cannot flush data to client");
return;
}
}
tryLogCurrentException(log);