mirror of https://github.com/sbt/sbt.git
Apply scalafmt formatting to Tests.scala
This commit is contained in:
parent
83d18da675
commit
63c7271e87
|
|
@ -255,7 +255,8 @@ object Tests {
|
|||
val testListeners = new ListBuffer[TestReportListener]
|
||||
val undefinedFrameworks = new ListBuffer[String]
|
||||
|
||||
def isExplicitFqn(s: String): Boolean = !s.contains('*') && !s.contains('?') && !s.contains("...")
|
||||
def isExplicitFqn(s: String): Boolean =
|
||||
!s.contains('*') && !s.contains('?') && !s.contains("...")
|
||||
|
||||
for (option <- config.options) {
|
||||
option match {
|
||||
|
|
|
|||
Loading…
Reference in New Issue