Skip to content

Commit 803ea21

Browse files
authored
Merge pull request #27 from ilkka/patch-1
Add missing comma to deep-class.json
2 parents d735052 + 76fe1b2 commit 803ea21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/expected/deep-class.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"id": "module:farm--Farm()",
1111
"parentId": "module:farm--Farm"
1212
},
13-
{ "id": "instance", "kind": "group", "parentId": "module:farm--Farm" }
13+
{ "id": "instance", "kind": "group", "parentId": "module:farm--Farm" },
1414
{
1515
"id": "module:farm--Farm.Farm#equipment",
1616
"parentId": "instance",

0 commit comments

Comments
 (0)