Skip to content

Commit f97e7cd

Browse files
Reformat with scalafmt 3.8.4
Executed command: scalafmt --non-interactive
1 parent 3dae177 commit f97e7cd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ val scriptedSettings = Seq(
3232
},
3333
sbtTestDirectory := file("test"),
3434
scriptedBufferLog := false,
35-
scriptedLaunchOpts ++= ManagementFactory.getRuntimeMXBean.getInputArguments.asScala.toList.filter(a =>
36-
Seq("-Xmx", "-Xms", "-XX", "-Dsbt.log.noformat").exists(a.startsWith)
37-
),
35+
scriptedLaunchOpts ++= ManagementFactory.getRuntimeMXBean.getInputArguments.asScala.toList
36+
.filter(a => Seq("-Xmx", "-Xms", "-XX", "-Dsbt.log.noformat").exists(a.startsWith)),
3837
scriptedLaunchOpts ++= Seq(
3938
s"-Dprotoc-lint-version=${version.value}",
4039
s"-Dprotoc-lint-artifact-id=${name.value}"

0 commit comments

Comments
 (0)