diff --git a/.scalafmt.conf b/.scalafmt.conf index 95c371ca..77d1f068 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.9.10" +version = "3.11.5" docstrings.style = Asterisk maxColumn = 100 diff --git a/sjsonnet/src/sjsonnet/Parser.scala b/sjsonnet/src/sjsonnet/Parser.scala index 1b74facc..f3de3195 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 {