Skip to content

Commit 902d7d9

Browse files
authored
Delete unnecessary space (grpc#29210)
1 parent d303f81 commit 902d7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/ext/transport/binder/client/endpoint_binder_pool.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Java_io_grpc_binder_cpp_GrpcBinderConnection_notifyConnected__Ljava_lang_String_
5353

5454
namespace grpc_binder {
5555

56-
void EndpointBinderPool ::GetEndpointBinder(
56+
void EndpointBinderPool::GetEndpointBinder(
5757
std::string conn_id,
5858
std::function<void(std::unique_ptr<grpc_binder::Binder>)> cb) {
5959
gpr_log(GPR_INFO, "EndpointBinder requested. conn_id = %s", conn_id.c_str());

0 commit comments

Comments
 (0)