Fixed indentation

pull/1363/head
murgatroid99 10 years ago
parent 30b7d4e62e
commit 463a7a86ba
  1. 2
      src/objective-c/GRPCClient/private/GRPCWrappedCall.m

@ -47,7 +47,7 @@
} }
- (instancetype)init { - (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 { - (instancetype)initWithChannel:(GRPCChannel *)channel method:(NSString *)method host:(NSString *)host {

Loading…
Cancel
Save