Explorar el Código

Fix clang errors

Karthik Ravi Shankar hace 6 años
padre
commit
4d5a411557
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      test/cpp/end2end/message_allocator_end2end_test.cc

+ 2 - 2
test/cpp/end2end/message_allocator_end2end_test.cc

@@ -153,8 +153,8 @@ class MessageAllocatorEnd2endTestBase
         GetParam().credentials_type, &args);
     switch (GetParam().protocol) {
       case Protocol::TCP:
-        channel_ =
-            ::grpc::CreateCustomChannel(server_address_.str(), channel_creds, args);
+        channel_ = ::grpc::CreateCustomChannel(server_address_.str(),
+                                               channel_creds, args);
         break;
       case Protocol::INPROC:
         channel_ = server_->InProcessChannel(args);