Parcourir la source

Fixed indentation

murgatroid99 il y a 10 ans
Parent
commit
463a7a86ba
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/objective-c/GRPCClient/private/GRPCWrappedCall.m

+ 1 - 1
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 {