Explorar el Código

Fix build breakage

Jorge Canizales hace 10 años
padre
commit
971d06ad06
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/objective-c/GRPCClient/private/GRPCHost.m

+ 1 - 0
src/objective-c/GRPCClient/private/GRPCHost.m

@@ -78,6 +78,7 @@
     if (cachedHost) {
     if (cachedHost) {
       return cachedHost;
       return cachedHost;
     }
     }
+  }
 
 
   if ((self = [super init])) {
   if ((self = [super init])) {
     _address = address;
     _address = address;