Format all the memgraph and test source files (#97)
This commit is contained in:
@@ -28,9 +28,7 @@ TEST(Network, Server) {
|
||||
const auto &ep = server.endpoint();
|
||||
// start clients
|
||||
std::vector<std::thread> clients;
|
||||
for (int i = 0; i < N; ++i)
|
||||
clients.push_back(
|
||||
std::thread(client_run, i, interface, ep.port, data, 30000, SIZE));
|
||||
for (int i = 0; i < N; ++i) clients.push_back(std::thread(client_run, i, interface, ep.port, data, 30000, SIZE));
|
||||
|
||||
// cleanup clients
|
||||
for (int i = 0; i < N; ++i) clients[i].join();
|
||||
|
||||
Reference in New Issue
Block a user