Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.9.10"
version = "3.11.5"

docstrings.style = Asterisk
maxColumn = 100
Expand Down
2 changes: 1 addition & 1 deletion sjsonnet/src/sjsonnet/Parser.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading