This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
commit d1c4a4adecf4a8ee894a2a09a8fa6a18da1155cc Author: Scala Steward <[email protected]> AuthorDate: Wed Jan 28 16:17:52 2026 +0000 Reformat with scalafmt 3.10.5 Executed command: scalafmt --non-interactive --- .../org/apache/pekko/grpc/internal/GrpcProtocolNative.scala | 9 ++++++++- .../main/scala/org/apache/pekko/grpc/internal/TelemetrySpi.scala | 7 ++++++- .../test/scala/org/apache/pekko/grpc/PekkoGrpcClientTester.scala | 7 ++++++- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/runtime/src/main/scala/org/apache/pekko/grpc/internal/GrpcProtocolNative.scala b/runtime/src/main/scala/org/apache/pekko/grpc/internal/GrpcProtocolNative.scala index 3d4085ff..b5c34865 100644 --- a/runtime/src/main/scala/org/apache/pekko/grpc/internal/GrpcProtocolNative.scala +++ b/runtime/src/main/scala/org/apache/pekko/grpc/internal/GrpcProtocolNative.scala @@ -17,7 +17,14 @@ import org.apache.pekko import pekko.grpc.GrpcProtocol._ import pekko.http.scaladsl.model.HttpEntity.{ Chunk, ChunkStreamPart, LastChunk } import pekko.http.scaladsl.model.{ - AttributeKey, AttributeKeys, HttpEntity, HttpHeader, HttpProtocols, HttpResponse, StatusCodes, Trailer + AttributeKey, + AttributeKeys, + HttpEntity, + HttpHeader, + HttpProtocols, + HttpResponse, + StatusCodes, + Trailer } import pekko.util.ByteString diff --git a/runtime/src/main/scala/org/apache/pekko/grpc/internal/TelemetrySpi.scala b/runtime/src/main/scala/org/apache/pekko/grpc/internal/TelemetrySpi.scala index dab9c4c9..67d5fa15 100644 --- a/runtime/src/main/scala/org/apache/pekko/grpc/internal/TelemetrySpi.scala +++ b/runtime/src/main/scala/org/apache/pekko/grpc/internal/TelemetrySpi.scala @@ -15,7 +15,12 @@ package org.apache.pekko.grpc.internal import org.apache.pekko import pekko.actor.{ - ActorSystem, ClassicActorSystemProvider, ExtendedActorSystem, Extension, ExtensionId, ExtensionIdProvider + ActorSystem, + ClassicActorSystemProvider, + ExtendedActorSystem, + Extension, + ExtensionId, + ExtensionIdProvider } import pekko.annotation.{ InternalApi, InternalStableApi } import pekko.http.javadsl.model.HttpRequest diff --git a/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/src/test/scala/org/apache/pekko/grpc/PekkoGrpcClientTester.scala b/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/src/test/scala/org/apache/pekko/grpc/PekkoGrpcClientTester.scala index 356f1ac8..1d11cbb8 100644 --- a/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/src/test/scala/org/apache/pekko/grpc/PekkoGrpcClientTester.scala +++ b/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/src/test/scala/org/apache/pekko/grpc/PekkoGrpcClientTester.scala @@ -18,7 +18,12 @@ import pekko.actor.ActorSystem import pekko.stream.scaladsl.{ Keep, Sink, Source } import com.google.protobuf.ByteString import io.grpc.testing.integration.messages.{ - Payload, ResponseParameters, SimpleRequest, StreamingOutputCallRequest, StreamingOutputCallResponse, _ + Payload, + ResponseParameters, + SimpleRequest, + StreamingOutputCallRequest, + StreamingOutputCallResponse, + _ } import io.grpc.testing.integration.empty.Empty import io.grpc.testing.integration2.{ ChannelBuilder, ClientTester, Settings } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
