Commit 75f768a8 authored by TousakaRin's avatar TousakaRin

Fix indent

parent f9d80bdc
...@@ -884,8 +884,7 @@ int Socket::SetFailed() { ...@@ -884,8 +884,7 @@ int Socket::SetFailed() {
void Socket::FeedbackCircuitBreaker(int error_code, int64_t latency_us) { void Socket::FeedbackCircuitBreaker(int error_code, int64_t latency_us) {
if (!GetOrNewSharedPart()->circuit_breaker.OnCallEnd(error_code, latency_us)) { if (!GetOrNewSharedPart()->circuit_breaker.OnCallEnd(error_code, latency_us)) {
LOG(ERROR) LOG(ERROR) << "Socket[" << *this << "] deactivted by circuit breaker";
<< "Socket[" << *this << "] deactivted by circuit breaker";
SetFailed(); SetFailed();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment