Fixed inconsistent indentation

This commit is contained in:
Alexey Milovidov 2019-04-24 22:38:11 +03:00
parent 33252941f9
commit 352d1a8dcf

View File

@ -85,7 +85,7 @@ void ReplicasStatusHandler::handleRequest(Poco::Net::HTTPServerRequest & request
if (!response.sent())
{
/// We have not sent anything yet and we don't even know if we need to compress response.
/// We have not sent anything yet and we don't even know if we need to compress response.
response.send() << getCurrentExceptionMessage(false) << std::endl;
}
}