Skip to content

Commit 884f19e

Browse files
Reformat with scalafmt 3.10.2
Executed command: scalafmt --non-interactive
1 parent e098247 commit 884f19e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugin/src/sbt-test/fs2-grpc-sbt/default/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ lazy val root = project
44
.settings(
55
scalaVersion := "3.7.3",
66
scalapbCodeGeneratorOptions += CodeGeneratorOption.Scala3Sources
7-
)
7+
)

plugin/src/sbt-test/fs2-grpc-sbt/service-suffix-plugin-key/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ lazy val root = project
44
.settings(
55
scalaVersion := "3.7.3",
66
scalapbCodeGeneratorOptions += CodeGeneratorOption.Scala3Sources,
7-
scalapbCodeGeneratorOptions += CodeGeneratorOption.Fs2GrpcServiceSuffix("SomeSuffix"),
8-
)
7+
scalapbCodeGeneratorOptions += CodeGeneratorOption.Fs2GrpcServiceSuffix("SomeSuffix")
8+
)

0 commit comments

Comments
 (0)