diff options
author | murgatroid99 <mlumish@google.com> | 2015-04-24 11:41:43 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2015-04-24 11:41:43 -0700 |
commit | 463a7a86ba297a8165060d1289533ca33d1a52f2 (patch) | |
tree | b007c8023c48c4869500f9d59cf36cb9bbe03416 /src/objective-c/GRPCClient | |
parent | 30b7d4e62e4669da3f3aa26ac33b0a272a6dcaf3 (diff) |
Fixed indentation
Diffstat (limited to 'src/objective-c/GRPCClient')
-rw-r--r-- | src/objective-c/GRPCClient/private/GRPCWrappedCall.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m index 7716bb3e06..308d43bb58 100644 --- a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m +++ b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m @@ -47,7 +47,7 @@ } - (instancetype)init { - return [self initWithChannel:nil method:nil host:nil]; + return [self initWithChannel:nil method:nil host:nil]; } - (instancetype)initWithChannel:(GRPCChannel *)channel method:(NSString *)method host:(NSString *)host { |