diff options
author | Muxi Yan <mxyan@google.com> | 2018-05-05 17:05:07 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-05-15 12:39:51 -0700 |
commit | cf23f867f21a463c4f1ada7606c24f95d31f6c7c (patch) | |
tree | dd3d9ade41f064378123276d1f06e42d4f910132 /test/core/iomgr/ios | |
parent | 588b2243e6312f499022b98e5edf39cccd2e81f9 (diff) |
clang-format
Diffstat (limited to 'test/core/iomgr/ios')
-rw-r--r-- | test/core/iomgr/ios/CFStreamTests/CFStreamEndpointTests.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/iomgr/ios/CFStreamTests/CFStreamEndpointTests.mm b/test/core/iomgr/ios/CFStreamTests/CFStreamEndpointTests.mm index 012804debf..fbc34c74d6 100644 --- a/test/core/iomgr/ios/CFStreamTests/CFStreamEndpointTests.mm +++ b/test/core/iomgr/ios/CFStreamTests/CFStreamEndpointTests.mm @@ -331,7 +331,7 @@ static bool compare_slice_buffer_with_buffer(grpc_slice_buffer *slices, const ch @end @implementation CFStreamEndpointTests --(void)setUp { +- (void)setUp { [super setUp]; } |