From dfa9fb18631bf879761b310a49d2dfba357803b9 Mon Sep 17 00:00:00 2001 From: BaekGeunYoung Date: Thu, 14 Mar 2024 11:11:34 +0900 Subject: [PATCH] formatting --- .../main/scala/scalapb/zio_grpc/transforms.scala | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/src/main/scala/scalapb/zio_grpc/transforms.scala b/core/src/main/scala/scalapb/zio_grpc/transforms.scala index a935669c..6d85a356 100644 --- a/core/src/main/scala/scalapb/zio_grpc/transforms.scala +++ b/core/src/main/scala/scalapb/zio_grpc/transforms.scala @@ -132,13 +132,13 @@ object GTransform { } /** Describes a transformation for all effects and streams of a generic service. - * - * Instances of this class can be used to apply a transformation to all methods of a service to generate a new - * "decorated" service. This can be used for pre- or post-processing of requests/response or to transform the context. - * - * [[RTransform]] is different from [[GTransform]] in that users can access to the request body - * while decorating service using [[RTransform]]. This is especially useful for request / resposne logging. - */ + * + * Instances of this class can be used to apply a transformation to all methods of a service to generate a new + * "decorated" service. This can be used for pre- or post-processing of requests/response or to transform the context. + * + * [[RTransform]] is different from [[GTransform]] in that users can access to the request body while decorating + * service using [[RTransform]]. This is especially useful for request / resposne logging. + */ trait RTransform[+ContextIn, -ErrorIn, -ContextOut, +ErrorOut] { self => def effect[Req, Resp](