Remove extra blank line

pull/11588/head
murgatroid99 8 years ago
parent eb74c92f90
commit 8ba7b04759
  1. 1
      src/core/lib/iomgr/tcp_uv.c

@ -379,7 +379,6 @@ grpc_endpoint *grpc_tcp_create(uv_tcp_t *handle,
#endif #endif
grpc_exec_ctx_finish(&exec_ctx); grpc_exec_ctx_finish(&exec_ctx);
return &tcp->base; return &tcp->base;
} }

Loading…
Cancel
Save