Selaa lähdekoodia

Fix the tests, this time for real.

Daniel Alm 7 vuotta sitten
vanhempi
commit
55823b2c24
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Examples/Echo/Generated/echo.grpc.swift

+ 1 - 1
Examples/Echo/Generated/echo.grpc.swift

@@ -350,7 +350,7 @@ internal final class Echo_EchoService {
   }
   /// Asynchronous. Unary.
   internal func get(_ request: Echo_EchoRequest,
-                  completion: @escaping ((Echo_EchoResponse?, CallResult)->()))
+                  completion: @escaping (Echo_EchoResponse?, CallResult)->())
     throws
     -> Echo_EchoGetCall {
       return try Echo_EchoGetCall(channel).start(request:request,