Skip to content

Commit d406537

Browse files
committed
scalafmt for build.sbt
1 parent 2c551db commit d406537

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ lazy val runtime = (projectMatrix in file("scalapb-runtime"))
8888
Compile / unmanagedSourceDirectories += (Compile / scalaSource).value.getParentFile / "jvm-native",
8989
Compile / PB.protoSources := Seq(
9090
(LocalRootProject / baseDirectory).value / "protobuf"
91-
),
91+
)
9292
)
9393
)
9494
.jsPlatform(
@@ -341,7 +341,7 @@ val e2eCommonSettings = commonSettings ++ Seq(
341341
case _ => Seq.empty
342342
}
343343
},
344-
codeGenClasspath := (compilerPluginJVM2_12 / Compile / fullClasspath).value
344+
codeGenClasspath := (compilerPluginJVM2_12 / Compile / fullClasspath).value
345345
)
346346

347347
lazy val e2eGrpc = (projectMatrix in file("e2e-grpc"))
@@ -378,7 +378,7 @@ lazy val e2eWithJava = (projectMatrix in file("e2e-withjava"))
378378
genModule("scalapb.ScalaPbCodeGenerator$"),
379379
Seq("java_conversions")
380380
) -> (Compile / sourceManaged).value
381-
),
381+
)
382382
)
383383
)
384384
.jsPlatform(

0 commit comments

Comments
 (0)