mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Apply auto-formatting fixes
This commit is contained in:
@ -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 {
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user