From 15af15745c36acb33edfb8a16b0a69a7b875a327 Mon Sep 17 00:00:00 2001 From: kerr Date: Thu, 14 Apr 2022 16:17:13 +0800 Subject: [PATCH] Change scalafmtSbtAll to scalafmtSbt (#31342) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bc8bf78feb..1c0f4077c3 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ enablePlugins( disablePlugins(MimaPlugin) addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; headerCheckAll") -addCommandAlias("applyCodeStyle", "headerCreateAll; scalafmtAll; scalafmtSbtAll") +addCommandAlias("applyCodeStyle", "headerCreateAll; scalafmtAll; scalafmtSbt") addCommandAlias( name = "fixall",