This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new ef953f19 Remove redundant semicolons
ef953f19 is described below
commit ef953f191a9007bbd7da816f445fde89680c6159
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat May 27 12:26:30 2023 +0200
Remove redundant semicolons
---
runtime/src/main/scala/org/apache/pekko/grpc/GrpcClientSettings.scala | 2 +-
runtime/src/main/scala/org/apache/pekko/grpc/ServiceDescription.scala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/runtime/src/main/scala/org/apache/pekko/grpc/GrpcClientSettings.scala
b/runtime/src/main/scala/org/apache/pekko/grpc/GrpcClientSettings.scala
index c481e320..87f3adb9 100644
--- a/runtime/src/main/scala/org/apache/pekko/grpc/GrpcClientSettings.scala
+++ b/runtime/src/main/scala/org/apache/pekko/grpc/GrpcClientSettings.scala
@@ -213,7 +213,7 @@ final class GrpcClientSettings private (
require(
if (sslContext.isDefined) sslProvider.forall(_ == SslProvider.JDK) else
true,
"When sslContext is configured, sslProvider must not set to something
different than JDK")
- require(backend == "netty" || backend == "pekko-http", "backend should be
'netty' or 'pekko-http'");
+ require(backend == "netty" || backend == "pekko-http", "backend should be
'netty' or 'pekko-http'")
/**
* If using ServiceDiscovery and no port is returned use this one.
diff --git
a/runtime/src/main/scala/org/apache/pekko/grpc/ServiceDescription.scala
b/runtime/src/main/scala/org/apache/pekko/grpc/ServiceDescription.scala
index c1eb1204..179fc491 100644
--- a/runtime/src/main/scala/org/apache/pekko/grpc/ServiceDescription.scala
+++ b/runtime/src/main/scala/org/apache/pekko/grpc/ServiceDescription.scala
@@ -15,7 +15,7 @@ package org.apache.pekko.grpc
import org.apache.pekko.annotation.ApiMayChange
-import com.google.protobuf.Descriptors.FileDescriptor;
+import com.google.protobuf.Descriptors.FileDescriptor
@ApiMayChange
trait ServiceDescription {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]