aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCInsecureChannelFactory.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCInsecureChannelFactory.m')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCInsecureChannelFactory.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCInsecureChannelFactory.m b/src/objective-c/GRPCClient/private/GRPCInsecureChannelFactory.m
index 44e94831e9..9969887712 100644
--- a/src/objective-c/GRPCClient/private/GRPCInsecureChannelFactory.m
+++ b/src/objective-c/GRPCClient/private/GRPCInsecureChannelFactory.m
@@ -34,8 +34,8 @@ NS_ASSUME_NONNULL_BEGIN
return instance;
}
-- (grpc_channel * _Nullable)createChannelWithHost:(NSString *)host
- channelArgs:(NSDictionary * _Nullable)args {
+- (grpc_channel *_Nullable)createChannelWithHost:(NSString *)host
+ channelArgs:(NSDictionary *_Nullable)args {
grpc_channel_args *coreChannelArgs = GRPCBuildChannelArgs([args copy]);
grpc_channel *unmanagedChannel =
grpc_insecure_channel_create(host.UTF8String, coreChannelArgs, NULL);