Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Feb 7, 2024
1 parent ea37af7 commit d77063e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/04-Show.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Show:
sb.append("(\n")
loop(sub.elems, indentLevel + 1) // not tail-recursive
sb.append(indent(indentLevel))
sb.append("),\n"))
sb.append("),\n")
loop(elems.drop(1), indentLevel)
case e =>
sb.append(indent(indentLevel))
Expand Down

0 comments on commit d77063e

Please sign in to comment.