From ada8e769780fbaa3294e36a732c8711790155ae3 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 16 Jan 2022 13:48:33 +0000 Subject: Don't format on compile --- build.sc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'build.sc') diff --git a/build.sc b/build.sc index 83a7087..1afcfbd 100644 --- a/build.sc +++ b/build.sc @@ -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() - } } } -- cgit v1.2.3