clang-format

pull/8523/head
Mark D. Roth 8 years ago
parent 7e0c2f8301
commit fd635add1c
  1. 4
      test/cpp/end2end/round_robin_end2end_test.cc

@ -107,8 +107,8 @@ class RoundRobinEnd2endTest : public ::testing::Test {
uri << "127.0.0.1:" << servers_[i]->port_ << ",";
}
uri << "127.0.0.1:" << servers_[servers_.size() - 1]->port_;
std::shared_ptr<Channel> channel = CreateCustomChannel(
uri.str(), InsecureChannelCredentials(), args);
std::shared_ptr<Channel> channel =
CreateCustomChannel(uri.str(), InsecureChannelCredentials(), args);
stub_ = grpc::testing::EchoTestService::NewStub(channel);
}

Loading…
Cancel
Save