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

clang-format

parent 7e0c2f83
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment