Apply auto-formatting fixes

This commit is contained in:
eikek
2022-08-12 17:28:30 +02:00
parent 5bbe073bf3
commit e42794869f
4 changed files with 13 additions and 3 deletions

View File

@ -9,11 +9,13 @@ package docspell.scheduler.impl
import cats.effect.Async
import cats.implicits._
import fs2.Stream
import docspell.common._
import docspell.store.Store
import docspell.store.qb.DSL._
import docspell.store.qb._
import docspell.store.records.{RJob, RJobGroupUse}
import doobie.ConnectionIO
object QJob {

View File

@ -8,10 +8,12 @@ package docspell.scheduler.impl
import java.time.Instant
import java.util.concurrent.atomic.AtomicLong
import cats.syntax.all._
import docspell.common._
import docspell.store.{DatabaseTest, Db}
import docspell.store.records.{RJob, RJobGroupUse}
import docspell.store.{DatabaseTest, Db}
class QJobTest extends DatabaseTest {
private[this] val c = new AtomicLong(0)