aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCCronetChannelFactory.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-24 17:05:38 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-24 17:05:38 -0700
commita8a7c2bdd10eb7dc9e072327da2ddb70e5785cf7 (patch)
treeb4da2531c35fe3da0e2a62728f334fb66e279cd4 /src/objective-c/GRPCClient/private/GRPCCronetChannelFactory.h
parentc2bb7550377898e6985662d0ca9048c07bde6810 (diff)
clang-format
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCCronetChannelFactory.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCCronetChannelFactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCCronetChannelFactory.h b/src/objective-c/GRPCClient/private/GRPCCronetChannelFactory.h
index 18e84b81fa..5e35576ea1 100644
--- a/src/objective-c/GRPCClient/private/GRPCCronetChannelFactory.h
+++ b/src/objective-c/GRPCClient/private/GRPCCronetChannelFactory.h
@@ -26,8 +26,8 @@ NS_ASSUME_NONNULL_BEGIN
+ (instancetype _Nullable)sharedInstance;
-- (grpc_channel * _Nullable)createChannelWithHost:(NSString *)host
- channelArgs:(NSDictionary * _Nullable)args;
+- (grpc_channel *_Nullable)createChannelWithHost:(NSString *)host
+ channelArgs:(NSDictionary *_Nullable)args;
- (instancetype _Nullable)init NS_UNAVAILABLE;