Skip to content

Commit e845645

Browse files
authored
Merge pull request #220 from mkurz/fix_formatting
Fix formatting
2 parents 98e54cc + 833476f commit e845645

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)