mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Apply autoformat
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
package docspell.joex.analysis
|
||||
|
||||
import munit._
|
||||
import NerFile.Pattern
|
||||
import java.{util => ju}
|
||||
|
||||
import docspell.joex.analysis.NerFile.Pattern
|
||||
|
||||
import munit._
|
||||
|
||||
class NerFileTest extends FunSuite {
|
||||
|
||||
test("create valid case insensitive patterns") {
|
||||
|
@ -1,6 +1,7 @@
|
||||
package docspell.joex.scheduler
|
||||
|
||||
import docspell.common.Priority
|
||||
|
||||
import munit._
|
||||
|
||||
class CountingSchemeSpec extends FunSuite {
|
||||
|
Reference in New Issue
Block a user