From eedf1da6d2ed1b8a59db1c338cd1b4a0dd17805e Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Fri, 28 Jul 2023 14:54:57 +0100 Subject: [PATCH] Format --- zio-http/src/main/scala/zio/http/SocketApp.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zio-http/src/main/scala/zio/http/SocketApp.scala b/zio-http/src/main/scala/zio/http/SocketApp.scala index 1b2a70b879..416ca3eb5c 100644 --- a/zio-http/src/main/scala/zio/http/SocketApp.scala +++ b/zio-http/src/main/scala/zio/http/SocketApp.scala @@ -1,6 +1,6 @@ package zio.http -import zio.{Cause, Scope, Tag, Trace, ZEnvironment, ZIO, ZLayer} +import zio._ final case class SocketApp[-R]( handler: Handler[R, Throwable, WebSocketChannel, Any],