Skip to content
Snippets Groups Projects
Commit 827b0615 authored by Craig Tiller's avatar Craig Tiller
Browse files

clang-format

parent f659ee5f
No related branches found
No related tags found
No related merge requests found
...@@ -195,10 +195,7 @@ class ServerBuilder { ...@@ -195,10 +195,7 @@ class ServerBuilder {
struct SyncServerSettings { struct SyncServerSettings {
SyncServerSettings() SyncServerSettings()
: num_cqs(1), : num_cqs(1), min_pollers(1), max_pollers(2), cq_timeout_msec(10000) {}
min_pollers(1),
max_pollers(2),
cq_timeout_msec(10000) {}
// Number of server completion queues to create to listen to incoming RPCs. // Number of server completion queues to create to listen to incoming RPCs.
int num_cqs; int num_cqs;
......
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