Fix formatting

This commit is contained in:
eikek 2021-11-12 00:10:12 +01:00
parent cf933b60a7
commit 9acdb8ef96
2 changed files with 4 additions and 1 deletions
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