Skip to content

Commit

Permalink
Lint json (#36076)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored and kevingranade committed Dec 13, 2019
1 parent b4bbdbc commit 83e37d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/json/itemgroups/SUS/clothes_store.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"//2": "This group is for a mannequin displaying average clothes.",
"subtype": "distribution",
"entries": [
{ "collection": [ { "group": "shirts_unisex" }, { "group": "pants_unisex" }, { "group": "shoes_unisex", "prob": 75 } ], "prob": 95 },
{
"collection": [ { "group": "shirts_unisex" }, { "group": "pants_unisex" }, { "group": "shoes_unisex", "prob": 75 } ],
"prob": 95
},
{
"collection": [ { "group": "shirts_womens" }, { "group": "pants_womens" }, { "group": "shoes_womens", "prob": 75 } ],
"prob": 5
Expand Down

0 comments on commit 83e37d6

Please sign in to comment.