aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannelPool.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-23 13:14:24 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-23 13:14:24 -0700
commit26108e1106cffd1767f0b7fb6ff4b0672ed6a640 (patch)
treefe8ea617db8d5e258c84c58fdff9810c94487f33 /src/objective-c/GRPCClient/private/GRPCChannelPool.m
parentcc58524994eddfbbc7cd800efe1462a7ec28d4f0 (diff)
clang-format
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCChannelPool.m')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCChannelPool.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCChannelPool.m b/src/objective-c/GRPCClient/private/GRPCChannelPool.m
index 61f5a55077..56f76450b2 100644
--- a/src/objective-c/GRPCClient/private/GRPCChannelPool.m
+++ b/src/objective-c/GRPCClient/private/GRPCChannelPool.m
@@ -18,6 +18,7 @@
#import <Foundation/Foundation.h>
+#import "../internal/GRPCCallOptions+internal.h"
#import "GRPCChannel.h"
#import "GRPCChannelFactory.h"
#import "GRPCChannelPool.h"
@@ -26,7 +27,6 @@
#import "GRPCInsecureChannelFactory.h"
#import "GRPCSecureChannelFactory.h"
#import "version.h"
-#import "../internal/GRPCCallOptions+internal.h"
#import <GRPCClient/GRPCCall+Cronet.h>
#include <grpc/support/log.h>