mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-11 03:29:33 +00:00
Fix formatting
This commit is contained in:
parent
cf933b60a7
commit
9acdb8ef96
modules/restserver/src/main/scala/docspell/restserver/ws
@ -8,9 +8,10 @@ package docspell.restserver.ws
|
||||
|
||||
import docspell.backend.auth.AuthToken
|
||||
import docspell.common._
|
||||
|
||||
import io.circe._
|
||||
import io.circe.syntax._
|
||||
import io.circe.generic.semiauto.deriveEncoder
|
||||
import io.circe.syntax._
|
||||
|
||||
/** The event that is sent to clients through a websocket connection. All events are
|
||||
* encoded as JSON.
|
||||
|
@ -9,7 +9,9 @@ package docspell.restserver.ws
|
||||
import cats.effect.Async
|
||||
import fs2.concurrent.Topic
|
||||
import fs2.{Pipe, Stream}
|
||||
|
||||
import docspell.backend.auth.AuthToken
|
||||
|
||||
import org.http4s.HttpRoutes
|
||||
import org.http4s.dsl.Http4sDsl
|
||||
import org.http4s.server.websocket.WebSocketBuilder2
|
||||
|
Loading…
x
Reference in New Issue
Block a user