diff --git a/.scalafmt.conf b/.scalafmt.conf index 77d1f068..95c371ca 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.11.5" +version = "3.9.10" docstrings.style = Asterisk maxColumn = 100 diff --git a/sjsonnet/src/sjsonnet/Parser.scala b/sjsonnet/src/sjsonnet/Parser.scala index f3de3195..1b74facc 100644 --- a/sjsonnet/src/sjsonnet/Parser.scala +++ b/sjsonnet/src/sjsonnet/Parser.scala @@ -903,7 +903,7 @@ class Parser( /* * Prevent duplicate fields in list comprehension. See: https://github.com/databricks/sjsonnet/issues/99 * - * If comps._1 is a forspec with value greater than one lhs cannot be a Expr.Str + * If comps._1 is a forspec with value greater than one lhs cannot be a Expr.Str * Otherwise the field value will be overriden by the multiple iterations of forspec */ (lhs, comps) match {