Просмотр исходного кода

Fix the tests, this time for real.

Daniel Alm 7 лет назад
Родитель
Сommit
55823b2c24
1 измененных файлов с 1 добавлено и 1 удалено
  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,