Skip to content

Commit 2d5a9b7

Browse files
authored
Merge pull request #596 from scala-steward/update/scalafmt-core-3.4.2
Update scalafmt-core to 3.4.2
2 parents 32b516d + 8e7f26c commit 2d5a9b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
runner.dialect = "scala3"
2-
version = "3.4.0"
2+
version = "3.4.2"
33
maxColumn = 80

macros-Reset/src/main/scala/com/thoughtworks/dsl/macros/Reset.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ object Reset {
190190
case failure: ImplicitSearchFailure =>
191191
report.error(
192192
s"The keyword ${quoted.Type.show[K]} is not supported in a `reset` block that returns ${quoted.Type
193-
.show[Domain]}\n${failure.explanation}",
193+
.show[Domain]}\n${failure.explanation}",
194194
body.asTerm.underlyingArgument.pos
195195
)
196196
body.asTerm.asExprOf[Domain]

0 commit comments

Comments
 (0)