Skip to content

Commit

Permalink
Strive for better formatting after insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jul 30, 2024
1 parent 4f0c4e7 commit 9753983
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ void shouldAppendSimpleValue() {
"x": "x",
"l": [
1, 2
]
,
"key": "val"}
],
"key": "val"
}
"""
)
);
Expand Down Expand Up @@ -113,8 +113,9 @@ void shouldNotAppendIfExists() {
json("""
{
"key": "x"
}""")

}
"""
)
);
}

Expand All @@ -140,9 +141,9 @@ void shouldAppendObject() {
"x": "x",
"l": [
1, 2
]
,
"key": { "a": "b" }}
],
"key": { "a": "b" }
}
"""
)
);
Expand Down

0 comments on commit 9753983

Please sign in to comment.