We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32b516d + 8e7f26c commit 2d5a9b7Copy full SHA for 2d5a9b7
.scalafmt.conf
@@ -1,3 +1,3 @@
1
runner.dialect = "scala3"
2
-version = "3.4.0"
+version = "3.4.2"
3
maxColumn = 80
macros-Reset/src/main/scala/com/thoughtworks/dsl/macros/Reset.scala
@@ -190,7 +190,7 @@ object Reset {
190
case failure: ImplicitSearchFailure =>
191
report.error(
192
s"The keyword ${quoted.Type.show[K]} is not supported in a `reset` block that returns ${quoted.Type
193
- .show[Domain]}\n${failure.explanation}",
+ .show[Domain]}\n${failure.explanation}",
194
body.asTerm.underlyingArgument.pos
195
)
196
body.asTerm.asExprOf[Domain]
0 commit comments