Skip to content
Snippets Groups Projects
Commit fd635add authored by Mark D. Roth's avatar Mark D. Roth
Browse files

clang-format

parent 7e0c2f83
Branches
Tags
No related merge requests found
...@@ -107,8 +107,8 @@ class RoundRobinEnd2endTest : public ::testing::Test { ...@@ -107,8 +107,8 @@ class RoundRobinEnd2endTest : public ::testing::Test {
uri << "127.0.0.1:" << servers_[i]->port_ << ","; uri << "127.0.0.1:" << servers_[i]->port_ << ",";
} }
uri << "127.0.0.1:" << servers_[servers_.size() - 1]->port_; uri << "127.0.0.1:" << servers_[servers_.size() - 1]->port_;
std::shared_ptr<Channel> channel = CreateCustomChannel( std::shared_ptr<Channel> channel =
uri.str(), InsecureChannelCredentials(), args); CreateCustomChannel(uri.str(), InsecureChannelCredentials(), args);
stub_ = grpc::testing::EchoTestService::NewStub(channel); stub_ = grpc::testing::EchoTestService::NewStub(channel);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment