Skip to content

Commit

Permalink
Run Scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Nov 28, 2023
1 parent b0c4723 commit 2ebf142
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ private[tapir] trait SNUnitGenericServerInterpreter {

private val requestBody: RequestBody[Wrapper, NoStreams] = new RequestBody[Wrapper, NoStreams] {
val streams = NoStreams
def toStream(serverRequest: ServerRequest, maxBytes: Option[Long]): streams.BinaryStream = throw new UnsupportedOperationException
def toStream(serverRequest: ServerRequest, maxBytes: Option[Long]): streams.BinaryStream =
throw new UnsupportedOperationException
override def toRaw[RAW](serverRequest: ServerRequest, bodyType: RawBodyType[RAW]): Wrapper[RawValue[RAW]] = {
inline def req = serverRequest.underlying.asInstanceOf[snunit.Request]

Expand Down

0 comments on commit 2ebf142

Please sign in to comment.