aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sc6
1 files changed, 0 insertions, 6 deletions
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()
- }
}
}