Reformat with scalafmt 3.0.0

This commit is contained in:
Scala Steward
2021-08-19 08:50:30 +02:00
parent 5a2a0295ef
commit e4fecefaea
127 changed files with 558 additions and 658 deletions

View File

@ -37,9 +37,9 @@ class StanfordTextClassifierSuite extends FunSuite {
.repeat
.take(10)
)
.flatMap({ case (a, b) =>
.flatMap { case (a, b) =>
Stream.emits(Seq(a, b))
})
}
.covary[IO]
val modelExists = {
@ -52,7 +52,7 @@ class StanfordTextClassifierSuite extends FunSuite {
}
test("run classifier") {
val cfg = TextClassifierConfig(File.path(Paths.get("target")), NonEmptyList.of(Map()))
val cfg = TextClassifierConfig(File.path(Paths.get("target")), NonEmptyList.of(Map()))
val things = File.withTempDir[IO](File.path(Paths.get("target")), "testcls")
things