Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Gomez Ferrer <[email protected]>
  • Loading branch information
andresgomezfrr committed Nov 23, 2023
1 parent af7017f commit 6b5d5cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ case class ScalarNested(
foo: String,
bar: Option[String],
nestedNested: Option[ScalarNestedNested],
nestedList: List[ScalarNestedNested]
nestedNestedList: List[ScalarNestedNested]
)
case class ScalarNestedNested(foo: String, bar: Option[String])

Expand Down

0 comments on commit 6b5d5cc

Please sign in to comment.