format source with scalafmt, #2

This commit is contained in:
Auto Format 2022-11-03 09:46:22 +01:00 committed by Matthew de Detrich
parent 0e876025e8
commit 15b163da74
980 changed files with 8776 additions and 8578 deletions

View file

@ -39,7 +39,7 @@ object TestExtras {
onlyTestTags := Params.testTagsOnly,
// add filters for tests excluded by name
Test / testOptions ++= excludeTestNames.value.toSeq.map(exclude =>
Tests.Filter(test => !test.contains(exclude))),
Tests.Filter(test => !test.contains(exclude))),
// add arguments for tests excluded by tag
Test / testOptions ++= {
val tags = excludeTestTags.value