mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Apply autoformat
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
package docspell.common
|
||||
|
||||
import docspell.common.Glob._
|
||||
|
||||
import munit._
|
||||
import Glob._
|
||||
|
||||
class GlobTest extends FunSuite {
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
package docspell.common
|
||||
|
||||
import cats.implicits._
|
||||
|
||||
import munit._
|
||||
|
||||
class LenientUriTest extends FunSuite {
|
||||
|
@ -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") {
|
||||
|
Reference in New Issue
Block a user