Commit b14567fc authored by helei's avatar helei

adjust indent

parent a4a97950
......@@ -186,7 +186,7 @@ bool CircuitBreaker::OnCallEnd(int error_code, int64_t latency) {
// cannot handle it as a successful request.Here we simply ignore the requests
// that returns ELIMIT.
if (error_code == ELIMIT) {
return true;
return true;
}
if (_broken.load(butil::memory_order_relaxed)) {
return false;
......
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