mirror of https://github.com/sbt/sbt.git
Fix ScalaFmt wiring
This commit is contained in:
parent
c95396b020
commit
34d0dae6e2
|
|
@ -18,4 +18,4 @@ object IfMissing {
|
|||
final class Define(val useSecondaryCache: Boolean, define: => Unit) extends IfMissing {
|
||||
def run(): Unit = define
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue