Skip to content

Commit

Permalink
Fix empty json array rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
daddykotex committed Oct 4, 2023
1 parent 899179a commit ef20fff
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ final class SmithyBuildSpec extends munit.FunSuite {
| "oterh",
| "dep1"
| ],
| "repositories": [
|
| ]
| "repositories": []
| },
| "custom": "attribute"
|}""".stripMargin
Expand Down

0 comments on commit ef20fff

Please sign in to comment.