From d3e7670c847cf83f21501968e6d64745e48e8d76 Mon Sep 17 00:00:00 2001 From: Karthik Ravi Shankar Date: Wed, 5 Aug 2020 23:14:42 -0700 Subject: [PATCH] Fix formatting --- include/grpcpp/server_impl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/grpcpp/server_impl.h b/include/grpcpp/server_impl.h index 683231b64d6..43b6558ae83 100644 --- a/include/grpcpp/server_impl.h +++ b/include/grpcpp/server_impl.h @@ -109,7 +109,8 @@ class Server : public grpc::ServerInterface, private grpc::GrpcLibraryCodegen { } /// Establish a channel for in-process communication - std::shared_ptr InProcessChannel(const grpc::ChannelArguments& args); + std::shared_ptr InProcessChannel( + const grpc::ChannelArguments& args); /// NOTE: class experimental_type is not part of the public API of this class. /// TODO(yashykt): Integrate into public API when this is no longer