Merge pull request #24365 from yashykt/cronetnewline

Sanitize cronet_status.cc - missing new line
pull/24396/head
Yash Tibrewal 5 years ago committed by GitHub
commit f295e74df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/ext/transport/cronet/transport/cronet_status.cc

@ -490,4 +490,4 @@ const char* cronet_net_error_as_string(cronet_net_error_code net_error) {
return "CRONET_NET_ERROR_DNS_SECURE_RESOLVER_HOSTNAME_RESOLUTION_FAILED"; return "CRONET_NET_ERROR_DNS_SECURE_RESOLVER_HOSTNAME_RESOLUTION_FAILED";
} }
return "UNAVAILABLE."; return "UNAVAILABLE.";
} }

Loading…
Cancel
Save