Skip to content

Commit 833476f

Browse files
committed
Fix formatting
1 parent 98e54cc commit 833476f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ lazy val plugin = project
3939
Seq("-Xmx1024M", "-Dplugin.version=" + version.value)
4040
},
4141
scriptedBufferLog := false,
42-
scalafmtOnCompile := true
43-
)
42+
scalafmtOnCompile := true)
4443

4544
ThisBuild / organization := "com.github.sbt"
4645
ThisBuild / organizationName := "sbt community"

0 commit comments

Comments
 (0)