aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-14 18:52:35 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-14 18:52:35 -0800
commite14ec44b0ac1512bc3def0f2094be883d1b53c5f (patch)
treebbbf56205dd057f77aa2564480af51d429612a43 /src/objective-c/GRPCClient/GRPCCall.m
parentb5434c05aaaacfba9d6ef6882b6c1f3285a304e2 (diff)
clang-format
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall.m')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.m5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.m b/src/objective-c/GRPCClient/GRPCCall.m
index 1ba55a7744..4068c3b460 100644
--- a/src/objective-c/GRPCClient/GRPCCall.m
+++ b/src/objective-c/GRPCClient/GRPCCall.m
@@ -209,8 +209,9 @@ const char *kCFStreamVarName = "grpc_cfstream";
}
});
};
- id<GRXWriteable> responseWriteable = [[GRXWriteable alloc] initWithValueHandler:valueHandler
- completionHandler:completionHandler];
+ id<GRXWriteable> responseWriteable =
+ [[GRXWriteable alloc] initWithValueHandler:valueHandler
+ completionHandler:completionHandler];
[self->_call startWithWriteable:responseWriteable];
});
}