Apply autoformat

This commit is contained in:
Eike Kettner
2021-04-10 16:31:58 +02:00
parent e630786104
commit e1bbc2edf5
45 changed files with 151 additions and 86 deletions

View File

@ -1,7 +1,8 @@
package docspell.common
import docspell.common.Glob._
import munit._
import Glob._
class GlobTest extends FunSuite {

View File

@ -1,6 +1,7 @@
package docspell.common
import cats.implicits._
import munit._
class LenientUriTest extends FunSuite {

View File

@ -1,9 +1,11 @@
package docspell.common
import munit._
import cats.data.NonEmptyList
import docspell.common.MetaProposal.Candidate
import munit._
class MetaProposalListTest extends FunSuite {
test("flatten retains order of candidates") {