Fix ScalaFmt wiring

This commit is contained in:
Eugene Yokota 2017-07-03 14:53:56 -04:00
parent c95396b020
commit 34d0dae6e2
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ object IfMissing {
final class Define(val useSecondaryCache: Boolean, define: => Unit) extends IfMissing {
def run(): Unit = define
}
}
}