Reformat code

This commit is contained in:
eikek
2022-03-13 15:05:29 +01:00
parent 90e52efbff
commit 4c220879db
85 changed files with 492 additions and 225 deletions

View File

@ -9,9 +9,11 @@ package docspell.store.records
import cats.data.NonEmptyList
import cats.effect._
import cats.implicits._
import docspell.common._
import docspell.store.qb.DSL._
import docspell.store.qb._
import com.github.eikek.calev.CalEvent
import doobie._
import doobie.implicits._