diff options
-rw-r--r-- | build.sc | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -53,11 +53,5 @@ object server extends ScalaModule with ScalafmtModule with BuildInfo { object test extends Tests with TestModule.ScalaTest with ScalafmtModule { def ivyDeps = Agg(ivy"org.scalatest::scalatest:3.2.10") - - override def compile = - T { - reformat().apply() - super.compile() - } } } |