Skip to content
Snippets Groups Projects
Commit cd801c85 authored by vjpai's avatar vjpai
Browse files

<:: -> < ::

parent 3c110662
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ static void RunTest(const int client_threads, const int client_channels,
}
std::vector<std::thread> threads; // Will add threads when ready to execute
std::vector<::gpr_histogram *> thread_stats(client_threads);
std::vector< ::gpr_histogram *> thread_stats(client_threads);
TestService::Stub *stub_stats = channels[0].get_stub();
grpc::ClientContext context_stats_begin;
......
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