소스 검색

Ran clang-format.

Andre Gaschler 7 년 전
부모
커밋
5b8fddfa87
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      async_grpc/testing/rpc_handler_test_server.h

+ 2 - 2
async_grpc/testing/rpc_handler_test_server.h

@@ -37,7 +37,7 @@ const std::string kServerAddress = "localhost:50051";
 
 
 template <typename RpcServiceMethodConcept, typename RpcHandlerType>
 template <typename RpcServiceMethodConcept, typename RpcHandlerType>
 class RpcHandlerTestServer : public Server {
 class RpcHandlerTestServer : public Server {
-public:
+ public:
   using RequestType =
   using RequestType =
       StripStream<typename RpcServiceMethodConcept::IncomingType>;
       StripStream<typename RpcServiceMethodConcept::IncomingType>;
   using ResponseType =
   using ResponseType =
@@ -93,7 +93,7 @@ public:
 
 
   const ResponseType &response() { return client_.response(); }
   const ResponseType &response() { return client_.response(); }
 
 
-private:
+ private:
   using ClientWriter = ::grpc::internal::ClientWriterFactory<RequestType>;
   using ClientWriter = ::grpc::internal::ClientWriterFactory<RequestType>;
 
 
   void WaitForHandlerCompletion(
   void WaitForHandlerCompletion(