Apply formatting fixes

This commit is contained in:
eikek
2022-08-07 16:31:09 +02:00
parent 868285a26b
commit b51b782c73
71 changed files with 166 additions and 20 deletions

View File

@ -9,6 +9,7 @@ package docspell.scheduler.impl
import cats.data.OptionT
import cats.effect._
import cats.implicits._
import docspell.common.{Ident, JobState}
import docspell.notification.api.{Event, EventSink}
import docspell.pubsub.api.PubSubT