Skip to content

Commit

Permalink
Make prettier happy
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbeck committed May 1, 2024
1 parent ff91efd commit d030c88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/golden/testdata/precedence.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
{
"id": "Kyoto Imperial Palace",
"location": { "lon": 135.762057, "lat": 35.025431 },
"precedes": [{ "id":"Gionmachi", "direct":true }, { "id": "Kinkaku-ji", "direct":false }]
"precedes": [
{ "id": "Gionmachi", "direct": true },
{ "id": "Kinkaku-ji", "direct": false }
]
},
{
"id": "Gionmachi",
Expand Down

0 comments on commit d030c88

Please sign in to comment.